mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-06 05:24:46 +01:00
up version strings for pending new release
This commit is contained in:
parent
33772ff0b9
commit
168b69112e
3 changed files with 11 additions and 4 deletions
|
@ -22,7 +22,7 @@
|
||||||
to come from a domain that you own or have control over. -->
|
to come from a domain that you own or have control over. -->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.eehouse.android.xw4"
|
package="org.eehouse.android.xw4"
|
||||||
android:versionCode="43"
|
android:versionCode="44"
|
||||||
android:versionName="@string/app_version"
|
android:versionName="@string/app_version"
|
||||||
>
|
>
|
||||||
|
|
||||||
|
|
|
@ -5,9 +5,16 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<b>Crosswords 4.4 beta 51 release</b>
|
<b>Crosswords 4.4 beta 52 release</b>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Add auto-update for wordlists and the app itself (when side-loaded)</li>
|
<li>Remember wordlist browser position, word size, etc.</li>
|
||||||
|
|
||||||
|
<li>Fix wordlist browser bugs for languages with more than one
|
||||||
|
letter on a tile</li>
|
||||||
|
|
||||||
|
<li>New word lookup URLs for Catalan language lists</li>
|
||||||
|
|
||||||
|
<li>Display wordlist comment if present</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>Please remember that this is beta software. Please let me know (at
|
<p>Please remember that this is beta software. Please let me know (at
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
|
||||||
<resources>
|
<resources>
|
||||||
<string name="app_version">4.4 beta 51</string>
|
<string name="app_version">4.4 beta 52</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue