From eed759b7b59b7e180525bd7dc803dad85dc41021 Mon Sep 17 00:00:00 2001 From: Robin Sommer Date: Mon, 2 May 2011 08:43:55 -0700 Subject: [PATCH] Increasing serialization format version for the recent 64-bit changes. --- src/Serializer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Serializer.h b/src/Serializer.h index c8f9284b53..dde5c564e6 100644 --- a/src/Serializer.h +++ b/src/Serializer.h @@ -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;