set branch to next version, reset changelog

This commit is contained in:
Thialfihar
2010-04-24 18:10:53 +00:00
parent d8e89c8822
commit b01a47a115
3 changed files with 2 additions and 4 deletions

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.1";
public static String VERSION = "0.9.2";
public static String FULL_VERSION = "APG v" + VERSION;
private static final int[] PREFERRED_SYMMETRIC_ALGORITHMS =

View File

@@ -222,8 +222,6 @@ public class MainActivity extends BaseActivity {
SpannableString info =
new SpannableString("Read the warnings!\n\n" +
"Changes:\n" +
"* ElGamal subkey support\n" +
"* bug fixes\n" +
"\n" +
"WARNING: be careful editing your existing keys, as they " +
"WILL be stripped of certificates right now.\n" +