Increasing serialization format version for the recent 64-bit changes.

This commit is contained in:
Robin Sommer 2011-05-02 08:43:55 -07:00
parent 5478bd5b1d
commit eed759b7b5

View file

@ -122,7 +122,7 @@ protected:
// This will be increased whenever there is an incompatible change
// in the data format.
static const uint32 DATA_FORMAT_VERSION = 18;
static const uint32 DATA_FORMAT_VERSION = 19;
ChunkedIO* io;