Increment version number of ver4 format to 401.
Bug: 11073222 Change-Id: I3878aef02040b1ef73165645fc70ede586289c51main
parent
9b08a9e611
commit
b5215d456a
|
@ -188,7 +188,7 @@ public final class FormatSpec {
|
||||||
// us to change the format during development while having testing devices remove
|
// us to change the format during development while having testing devices remove
|
||||||
// older files with each upgrade, while still having a readable versioning scheme.
|
// older files with each upgrade, while still having a readable versioning scheme.
|
||||||
public static final int VERSION2 = 2;
|
public static final int VERSION2 = 2;
|
||||||
public static final int VERSION4 = 400;
|
public static final int VERSION4 = 401;
|
||||||
static final int MINIMUM_SUPPORTED_VERSION = VERSION2;
|
static final int MINIMUM_SUPPORTED_VERSION = VERSION2;
|
||||||
static final int MAXIMUM_SUPPORTED_VERSION = VERSION4;
|
static final int MAXIMUM_SUPPORTED_VERSION = VERSION4;
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ class FormatUtils {
|
||||||
enum FORMAT_VERSION {
|
enum FORMAT_VERSION {
|
||||||
// These MUST have the same values as the relevant constants in FormatSpec.java.
|
// These MUST have the same values as the relevant constants in FormatSpec.java.
|
||||||
VERSION_2 = 2,
|
VERSION_2 = 2,
|
||||||
VERSION_4 = 400,
|
VERSION_4 = 401,
|
||||||
UNKNOWN_VERSION = -1
|
UNKNOWN_VERSION = -1
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue