lift branch 0.9.x's version to 0.9.0 and set version code to 5 for now

This commit is contained in:
Thialfihar
2010-04-17 18:19:13 +00:00
parent c156e52573
commit 4fc97b90fc
2 changed files with 2 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ public class Apg {
public static final String ENCRYPT = "org.thialfihar.android.apg.intent.ENCRYPT";
}
public static String VERSION = "0.8.1";
public static String VERSION = "0.9.0";
public static String FULL_VERSION = "APG v" + VERSION;
private static final int[] PREFERRED_SYMMETRIC_ALGORITHMS =