Merge branch 'maint'

This commit is contained in:
Christoph Oelckers 2013-06-24 16:49:51 +02:00
commit 94a3d92f93
11 changed files with 52 additions and 29 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 4500
#define SAVEVER 4501
#define SAVEVERSTRINGIFY2(x) #x
#define SAVEVERSTRINGIFY(x) SAVEVERSTRINGIFY2(x)