up strings for new version

This commit is contained in:
Eric House 2014-02-03 07:42:59 -08:00
parent 46b02d49c1
commit 18f31ad9d6
3 changed files with 5 additions and 4 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="71" android:versionCode="72"
android:versionName="@string/app_version" android:versionName="@string/app_version"
> >

View file

@ -5,10 +5,11 @@
</style> </style>
</head> </head>
<body> <body>
<b>Crosswords 4.4 beta 78 release</b> <b>Crosswords 4.4 beta 79 release</b>
<h3>New with this release</h3> <h3>New with this release (and with days-ago beta 78)</h3>
<ul> <ul>
<li>Fix crash copying games. I hadn't tested that in a while....</li>
<li>Add new "Studylist" feature. It's off by default to avoid <li>Add new "Studylist" feature. It's off by default to avoid
confusion, but once enabled (via App Settings/Behavior) it lets confusion, but once enabled (via App Settings/Behavior) it lets
you add words from the board to a list you'll later study or copy you add words from the board to a list you'll later study or copy

View file

@ -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 78</string> <string name="app_version">4.4 beta 79</string>
</resources> </resources>