diff options
Diffstat (limited to 'serialize.h')
-rw-r--r-- | serialize.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/serialize.h b/serialize.h index 8153382ea1..f434b04ca6 100644 --- a/serialize.h +++ b/serialize.h @@ -27,6 +27,7 @@ static const unsigned int MAX_SIZE = 0x02000000; static const int VERSION = 31902; static const char* pszSubVer = ""; +static const bool VERSION_IS_BETA = true; |