up version number and add changes

This commit is contained in:
Eric House 2012-05-29 07:26:24 -07:00
parent 821add6df5
commit 65f90b2d86
4 changed files with 6 additions and 10 deletions

View file

@ -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.xw4sms" package="org.eehouse.android.xw4sms"
android:versionCode="36" android:versionCode="37"
android:versionName="@string/app_version" android:versionName="@string/app_version"
> >

View file

@ -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="36" android:versionCode="37"
android:versionName="@string/app_version" android:versionName="@string/app_version"
> >

View file

@ -5,16 +5,12 @@
</style> </style>
</head> </head>
<body> <body>
<b>Crosswords 4.4 beta 44 release</b> <b>Crosswords 4.4 beta 45 release</b>
<ul> <ul>
<li>Fix trades in networked games not being reported</li> <li>Turn on undo for multi-device games</li>
<li>Fix yet another Ice Cream Sandwich issue</li> <li>UI tweaks, e.g. frame in green the remote player whose turn it is</li>
<li>Fix bug that prevented undo from working for networked games.
(I'll turn undo back on in the next release, after everybody has
this fix.)</li>
</ul> </ul>

View file

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