This commit is contained in:
Christoph Oelckers 2016-05-22 09:31:48 +02:00
commit e43c9826dd
4 changed files with 32 additions and 24 deletions

View file

@ -76,7 +76,7 @@ const char *GetVersionString();
// Use 4500 as the base git save version, since it's higher than the
// SVN revision ever got.
#define SAVEVER 4546
#define SAVEVER 4548
#define SAVEVERSTRINGIFY2(x) #x
#define SAVEVERSTRINGIFY(x) SAVEVERSTRINGIFY2(x)