aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain
diff options
context:
space:
mode:
Diffstat (limited to 'OpenPGP-Keychain')
-rw-r--r--OpenPGP-Keychain/AndroidManifest.xml4
-rw-r--r--OpenPGP-Keychain/res/raw/help_changelog.html9
2 files changed, 10 insertions, 3 deletions
diff --git a/OpenPGP-Keychain/AndroidManifest.xml b/OpenPGP-Keychain/AndroidManifest.xml
index 2c8244055..f83a48e58 100644
--- a/OpenPGP-Keychain/AndroidManifest.xml
+++ b/OpenPGP-Keychain/AndroidManifest.xml
@@ -3,8 +3,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.sufficientlysecure.keychain"
android:installLocation="auto"
- android:versionCode="20000"
- android:versionName="2.0" >
+ android:versionCode="21000"
+ android:versionName="2.1" >
<!--
General remarks
diff --git a/OpenPGP-Keychain/res/raw/help_changelog.html b/OpenPGP-Keychain/res/raw/help_changelog.html
index fa1201cc1..9286cb17d 100644
--- a/OpenPGP-Keychain/res/raw/help_changelog.html
+++ b/OpenPGP-Keychain/res/raw/help_changelog.html
@@ -5,6 +5,13 @@ And don't add newlines before or after p tags because of transifex -->
<head>
</head>
<body>
+<h2>2.1</h2>
+<ul>
+<li>Lots of bug fixes</li>
+<li>New API for developers</li>
+<li>PRNG bug fix by Google</li>
+</ul>
+
<h2>2.0</h2>
<ul>
<li>Complete redesign</li>
@@ -15,7 +22,7 @@ And don't add newlines before or after p tags because of transifex -->
<li>New AIDL API</li>
</ul>
-<h2>1.08</h2>
+<h2>1.0.8</h2>
<ul>
<li>basic key server support</li>
<li>app2sd (untested, let me know if there are problems)</li>