Continue with version 1.1 (SNAPSHOT).

This commit is contained in:
Sebastian Kaspari 2012-07-30 22:45:33 +02:00
parent db6ed0a122
commit 95be86b2bf
3 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
package="org.yaaic"
android:installLocation="auto"
android:versionCode="12"
android:versionName="1.0" >
android:versionName="1.1-SNAPSHOT" >
<uses-sdk
android:minSdkVersion="4"

View File

@ -5,7 +5,7 @@
<groupId>org.yaaic</groupId>
<artifactId>yaaic</artifactId>
<version>1.0</version>
<version>1.1-SNAPSHOT</version>
<packaging>apk</packaging>
<name>yaaic</name>

View File

@ -2,10 +2,10 @@
<resources>
<string name="app_name">Yaaic</string>
<string name="app_full_name">Yet Another Android IRC Client</string>
<string name="app_version">1.0</string>
<string name="app_version">1.1-SNAPSHOT</string>
<string name="app_homepage">http://www.yaaic.org</string>
<string name="app_irc">irc://irc.epd-me.net/yaaic</string>
<string name="app_copyright">(C) 2009-2012 Sebastian Kaspari</string>
<string name="app_copyright">&#169; 2009-2012 Sebastian Kaspari</string>
<string name="licence_info">
Yaaic is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.