diff --git a/src/version.h b/src/version.h index b5370512c..c45613b3f 100644 --- a/src/version.h +++ b/src/version.h @@ -72,11 +72,11 @@ const char *GetVersionString(); // SAVESIG should match SAVEVER. // MINSAVEVER is the minimum level snapshot version that can be loaded. -#define MINSAVEVER 4541 +#define MINSAVEVER 4542 // Use 4500 as the base git save version, since it's higher than the // SVN revision ever got. -#define SAVEVER 4541 +#define SAVEVER 4542 #define SAVEVERSTRINGIFY2(x) #x #define SAVEVERSTRINGIFY(x) SAVEVERSTRINGIFY2(x)