up strings for next release (still a while out!)

This commit is contained in:
Eric House 2012-11-20 04:14:25 -08:00
parent 2779139e75
commit cb70858583
3 changed files with 3 additions and 7 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="47"
android:versionCode="48"
android:versionName="@string/app_version"
>

View file

@ -5,13 +5,9 @@
</style>
</head>
<body>
<b>Crosswords 4.4 beta 55 release</b>
<b>Crosswords 4.4 beta 56 release</b>
<ul>New with this release
<li>Use "Google Cloud Messaging" for <em>much</em> faster relay move
notifications</li>
<li>Fix crashes on Kindle Fire</li>
</ul>

View file

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