mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
up version strings
This commit is contained in:
parent
42800851d3
commit
d02bbf2d50
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue