aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-03-04 19:34:23 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-03-04 19:34:23 +0000
commitc0eb171ea188d38a5425f0b2abe6c2f0936a311c (patch)
treeed3d5b1cd0fb8e657391e64b6d119942725bcd78
parent5e246554dc6110bc40b1cfc14bbebd87ee1521ed (diff)
downloadsouthamptonuniversitymap-c0eb171ea188d38a5425f0b2abe6c2f0936a311c.tar
southamptonuniversitymap-c0eb171ea188d38a5425f0b2abe6c2f0936a311c.tar.gz
Stuff for 0.6.5 release.
-rw-r--r--AndroidManifest.xml4
-rw-r--r--res/values/strings.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 89ae86d..c322b63 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.cbaines.suma"
- android:versionCode="9"
- android:versionName="0.6 (alpha)" >
+ android:versionCode="10"
+ android:versionName="0.6.5 (alpha)" >
<uses-sdk
android:minSdkVersion="7"
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 05ed277..e17ab11 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -106,7 +106,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.<
<!-- About Strings -->
<string name="about">About</string>
<string name="about_version">Version</string>
- <string name="about_version_summary">0.6 (alpha)</string>
+ <string name="about_version_summary">0.6.5 (alpha)</string>
<string name="about_copyright">Copyright</string>
<string name="about_copyright_summary">© 2012, Christopher Baines</string>
<string name="about_license">License</string>