up version strings for release

This commit is contained in:
Eric House 2013-11-29 07:35:31 -08:00
parent 08b72bbc55
commit 69285d46a9
3 changed files with 9 additions and 6 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="65"
android:versionCode="66"
android:versionName="@string/app_version"
>

View file

@ -5,13 +5,16 @@
</style>
</head>
<body>
<b>Crosswords 4.4 beta 73 release</b>
<b>Crosswords 4.4 beta 74 release</b>
<p>This release adds two new features, snapshots of in-progress games
<p>(Beta 74 fixes a crashing bug but adds nothing new, so the
previous notes remain in place.)</p>
<p>Beta 73 adds two new features, snapshots of in-progress games
displayed as part of the main Games List screen, and the ability to
send invitations by tapping your device against the one you want to
invite (using &quot;Near Field Communication&quot;, or NFC, which Google
brands &quot;Android beaming&quot;.)</p>
invite (using &quot;Near Field Communication&quot;, or NFC, which
Google brands &quot;Android beaming&quot;.)</p>
<p>Both features are optional. NFC is off by default, so you have to
enable it via Google's system Preferences app. And snapshots, while

View file

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