mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-01 19:57:11 +01:00
up strings for new release
This commit is contained in:
parent
e56fd06c09
commit
ea4c705bc6
3 changed files with 4 additions and 5 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="61"
|
android:versionCode="62"
|
||||||
android:versionName="@string/app_version"
|
android:versionName="@string/app_version"
|
||||||
>
|
>
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<b>Crosswords 4.4 beta 69 release</b>
|
<b>Crosswords 4.4 beta 70 release</b>
|
||||||
|
|
||||||
<p>This release features a major upgrade to how the app communicates
|
<p>This release features a major upgrade to how the app communicates
|
||||||
with the relay, in essence switching from each game communicating
|
with the relay, in essence switching from each game communicating
|
||||||
|
@ -18,8 +18,7 @@
|
||||||
|
|
||||||
<h3>New with this release</h3>
|
<h3>New with this release</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fix relay registration problem (Thanks DS!)</li>
|
<li>Work around bug in 2.3.x Android (Thanks O!)</li>
|
||||||
<li>Show Turn done/Pass in actionbar where possible</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h3>Next up</h3>
|
<h3>Next up</h3>
|
||||||
|
|
|
@ -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 69</string>
|
<string name="app_version">4.4 beta 70</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Add table
Reference in a new issue