up version strings

This commit is contained in:
Eric House 2012-01-17 18:23:26 -08:00
parent 07e93971d3
commit 7a90f71d41
3 changed files with 5 additions and 8 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="33"
android:versionCode="34"
android:versionName="@string/app_version"
>

View file

@ -5,13 +5,10 @@
</style>
</head>
<body>
<b>Crosswords 4.4 beta 41 release</b>
<b>Crosswords 4.4 beta 42 release</b>
<ul>
<li>One new game per invitation</li>
<li>Honor "Juggle players" setting when creating "New from"
game</li> </ul>
<li>Improve network game startup</li>
</ul>
<p>Please remember that this is beta software. Please let me know (at
eehouse@eehouse.org) what's broken and what features you'd most like

View file

@ -3,7 +3,7 @@
<!-- Resources in this file do not require localization -->
<resources>
<string name="app_version">4.4 beta 41</string>
<string name="app_version">4.4 beta 42</string>
<!-- prefs keys -->
<string name="key_color_tiles">key_color_tiles</string>