3.0 beta3

This commit is contained in:
Dominik Schürmann 2014-09-30 17:50:16 +02:00
parent 51ecce510f
commit b1b16b9313
2 changed files with 9 additions and 6 deletions

View File

@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="org.sufficientlysecure.keychain"
android:installLocation="auto"
android:versionCode="29202"
android:versionName="3.0 beta2">
android:versionCode="29203"
android:versionName="3.0 beta3">
<!--
General remarks

View File

@ -54,7 +54,7 @@ import java.io.IOException;
*/
public class KeychainDatabase extends SQLiteOpenHelper {
private static final String DATABASE_NAME = "openkeychain.db";
private static final int DATABASE_VERSION = 5;
private static final int DATABASE_VERSION = 6;
static Boolean apgHack = false;
private Context mContext;
@ -237,6 +237,9 @@ public class KeychainDatabase extends SQLiteOpenHelper {
// never mind, the column probably already existed
}
// fall through
case 5:
// do consolidate for 3.0 beta3
// fall through
}
// always do consolidate after upgrade