diff options
-rw-r--r-- | cgeo-calendar/AndroidManifest.xml | 4 | ||||
-rw-r--r-- | main/res/values/changelog_release.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/cgeo-calendar/AndroidManifest.xml b/cgeo-calendar/AndroidManifest.xml index 6d0ccbd..561b918 100644 --- a/cgeo-calendar/AndroidManifest.xml +++ b/cgeo-calendar/AndroidManifest.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="cgeo.calendar" - android:versionCode="2" - android:versionName="1.1" > + android:versionCode="3" + android:versionName="1.2" > <uses-sdk android:minSdkVersion="4" diff --git a/main/res/values/changelog_release.xml b/main/res/values/changelog_release.xml index b8a5e41..fcb417b 100644 --- a/main/res/values/changelog_release.xml +++ b/main/res/values/changelog_release.xml @@ -2,7 +2,7 @@ <resources> <!-- changelog for the release branch --> <string name="changelog_release" translatable="false">\n - <b>Next bugfix release</b>\n + <b>2013.09.19</b>\n · Unscaled log picture now uploaded correctly\n · GPS exhibit not recognized as event cache\n · Lost and Found cache type not parsed\n |