update version code/strings

This commit is contained in:
Eric House 2012-08-15 18:18:59 -07:00
parent de87b32bb8
commit ca4b2e5354
3 changed files with 4 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.xw4" package="org.eehouse.android.xw4"
android:versionCode="41" android:versionCode="42"
android:versionName="@string/app_version" android:versionName="@string/app_version"
> >

View file

@ -5,15 +5,9 @@
</style> </style>
</head> </head>
<body> <body>
<b>Crosswords 4.4 beta 49 release</b> <b>Crosswords 4.4 beta 50 release</b>
<ul> <ul>
<li>Oops: Fix "Warn if phonies" option. (Thanks for the quick reports. :-)</li>
<li>Add colored arrows to net status icon to show traffic in and out</li>
<li>Add debug features to copy games to and from sdcard</li>
<li>Center board vertically in tall narrow screens</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

View file

@ -2,5 +2,5 @@
<resources> <resources>
<string name="app_name">Crosswords</string> <string name="app_name">Crosswords</string>
<string name="app_version">4.4 beta 49</string> <string name="app_version">4.4 beta 50</string>
</resources> </resources>