Skip to content
This repository was archived by the owner on May 30, 2019. It is now read-only.

Commit 20862d4

Browse files
committed
Cosmetic changes.
1 parent cc1b4c8 commit 20862d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

application/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
2323
package="indrora.atomic"
2424
android:installLocation="auto"
2525
android:versionCode="12"
26-
android:versionName="1.1-SNAPSHOT" >
26+
android:versionName="@string/app_version" >
2727

2828
<uses-sdk
2929
android:minSdkVersion="7"

application/res/values/application.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<resources>
33
<string name="app_name" translatable="false">Atomic</string>
44
<string name="app_full_name" translatable="false">Atomic: A radioactive IRC client</string>
5-
<string name="app_version" translatable="false">1.1-SNAPSHOT</string>
5+
<string name="app_version" translatable="false">1.1-hydrogen-git</string>
66
<string name="app_homepage" translatable="false">https://github.com/indora/atomic</string>
77
<string name="app_irc" translatable="false">irc://irc.epd-me.net/yaaic</string>
88
<string name="app_copyright" translatable="false">&#169; 2014 Morgan &quot;Indrora&quot; Gangwere,</string>

0 commit comments

Comments
 (0)