up version strings

This commit is contained in:
Eric House 2013-11-25 08:03:57 -08:00
parent 42800851d3
commit d02bbf2d50
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
to come from a domain that you own or have control over. -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.eehouse.android.xw4"
android:versionCode="64"
android:versionCode="65"
android:versionName="@string/app_version"
>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_version">4.4 beta 72</string>
<string name="app_version">4.4 beta 73</string>
</resources>