promoted to next version

This commit is contained in:
Thialfihar 2010-05-19 16:33:02 +00:00
parent f424b7f581
commit 6d107f3498
3 changed files with 2 additions and 6 deletions

View File

@ -17,7 +17,7 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="org.thialfihar.android.apg"
android:versionName="0.9.5" android:versionCode="10">
android:versionName="0.9.6" android:versionCode="11">
<application
android:icon="@drawable/icon"

View File

@ -104,7 +104,7 @@ public class Apg {
public static final String ENCRYPT_FILE = "org.thialfihar.android.apg.intent.ENCRYPT_FILE";
}
public static String VERSION = "0.9.5";
public static String VERSION = "0.9.6";
public static String FULL_VERSION = "APG v" + VERSION;
private static final int[] PREFERRED_SYMMETRIC_ALGORITHMS =

View File

@ -188,10 +188,6 @@ public class MainActivity extends BaseActivity {
message.setText("Read the warnings!\n\n" +
"Changes:\n" +
"* pass phrase cache\n" +
"* decrypt emails from k9mail via More -> Forward (alternate)\n" +
"* compression preferences\n" +
"* accurate decrypt progress bar\n" +
"\n" +
"WARNING: be careful editing your existing keys, as they " +
"WILL be stripped of certificates right now.\n" +