diff options
author | mucek4 <tomaz@gorenc.org> | 2011-10-29 21:11:29 +0200 |
---|---|---|
committer | mucek4 <tomaz@gorenc.org> | 2011-10-29 21:11:29 +0200 |
commit | edc7eb18b9a2feb88f7eb9f5f54f398af04c07d2 (patch) | |
tree | f06c506a5fe63cc53c67f551861c81637540e7a9 /main | |
parent | b6b0c7f4dabf4271cfda13706c5b64cfaa7d65a3 (diff) | |
download | cgeo-edc7eb18b9a2feb88f7eb9f5f54f398af04c07d2.zip cgeo-edc7eb18b9a2feb88f7eb9f5f54f398af04c07d2.tar.gz cgeo-edc7eb18b9a2feb88f7eb9f5f54f398af04c07d2.tar.bz2 |
Version 30.10.2011
Diffstat (limited to 'main')
-rw-r--r-- | main/AndroidManifest.xml | 4 | ||||
-rw-r--r-- | main/res/values/strings.xml | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/main/AndroidManifest.xml b/main/AndroidManifest.xml index 0b41563..a4307a9 100644 --- a/main/AndroidManifest.xml +++ b/main/AndroidManifest.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" - android:versionName="RC26.10" - android:versionCode="20111026" + android:versionName="30.10.2011" + android:versionCode="20111030" package="cgeo.geocaching" name="c:geo" android:installLocation="auto"> diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml index 662c2ef..2cea2e2 100644 --- a/main/res/values/strings.xml +++ b/main/res/values/strings.xml @@ -926,7 +926,7 @@ <!-- changelog --> <string name="changelog">\n - <b>RC</b>\n + <b>30.10.2011</b>\n · new: cleanup the cgeo private cache directory when caches are removed from database\n · new: display user avatar when checking login/password from geocaching.com\n · new: support Geocaching Australia caches (GAxxxx, TPxxxx)\n @@ -936,6 +936,7 @@ · fix: Twitter authorization\n · fix: login problems\n · fix: Google & OSM maps consistency\n + · fix: readable cache description (black on black, white on white)\n · fix: many other bugs\n \n\n <b>09.10.2011</b>\n |