up version strings for new release

This commit is contained in:
Eric House 2013-12-03 06:41:45 -08:00
parent 24eb63f109
commit fdc807ceb8
3 changed files with 5 additions and 5 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="67"
android:versionCode="68"
android:versionName="@string/app_version"
>

View file

@ -5,10 +5,10 @@
</style>
</head>
<body>
<b>Crosswords 4.4 beta 75 release</b>
<b>Crosswords 4.4 beta 76 release</b>
<p>(Betas 74 and 75 fix a couple of crashing bugs but add nothing
new, so the previous notes remain in place.)</p>
<p>(Betas 74 through 76 fix bugs but add 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

View file

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