Feature (contd.): Variable Fields - bumped up file format revision number because of this new feature
This commit is contained in:
parent
22d35f8a41
commit
a8069bbb39
@ -54,7 +54,7 @@ private:
|
||||
// Native file format version
|
||||
static const uint kFileFormatVersionMajor = 0;
|
||||
static const uint kFileFormatVersionMinor = 2;
|
||||
static const uint kFileFormatVersionRevision = 3;
|
||||
static const uint kFileFormatVersionRevision = 4;
|
||||
};
|
||||
|
||||
extern FileFormat fileFormat;
|
||||
|
Loading…
Reference in New Issue
Block a user