adjust version number

This commit is contained in:
Thialfihar 2010-05-28 11:15:54 +00:00
parent 2aa828e0d1
commit 334852402d
2 changed files with 2 additions and 2 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.10.0" android:versionCode="14">
android:versionCode="14" android:versionName="1.0.0">
<application
android:icon="@drawable/icon"

View File

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