mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-26 09:58:20 +01:00
up version strings and changelog
This commit is contained in:
parent
964c4cecd8
commit
df907f6cb3
3 changed files with 4 additions and 6 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="37"
|
||||
android:versionCode="38"
|
||||
android:versionName="@string/app_version"
|
||||
>
|
||||
|
||||
|
|
|
@ -5,12 +5,10 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<b>Crosswords 4.4 beta 45 release</b>
|
||||
<b>Crosswords 4.4 beta 46 release</b>
|
||||
<ul>
|
||||
|
||||
<li>Turn on undo for multi-device games</li>
|
||||
|
||||
<li>UI tweaks, e.g. frame in green the remote player whose turn it is</li>
|
||||
<li>Improve board layout for small-screen phones, e.g. Samsung Galaxy Y</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<!-- Resources in this file do not require localization -->
|
||||
<resources>
|
||||
|
||||
<string name="app_version">4.4 beta 45</string>
|
||||
<string name="app_version">4.4 beta 46</string>
|
||||
|
||||
<!-- prefs keys -->
|
||||
<string name="key_color_tiles">key_color_tiles</string>
|
||||
|
|
Loading…
Reference in a new issue