Increment version number (0.7)

This commit is contained in:
Sebastian Kaspari 2011-03-27 17:28:22 +02:00
parent 1f9c8efcca
commit ba9f6c6544
2 changed files with 3 additions and 3 deletions

View File

@ -21,8 +21,8 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.yaaic"
android:versionCode="8"
android:versionName="0.6.1">
android:versionCode="9"
android:versionName="0.7">
<application
android:icon="@drawable/icon"
android:label="Yaaic">

View File

@ -2,7 +2,7 @@
<resources>
<string name="app_name">Yaaic</string>
<string name="app_full_name">Yet Another Android IRC Client</string>
<string name="app_version">0.6.1</string>
<string name="app_version">0.7</string>
<string name="app_homepage">http://www.yaaic.org</string>
<string name="app_copyright">(C) 2009-2011 Sebastian Kaspari</string>