Add const bool VERSION_IS_BETA to serialize.h and use it when formatting the version string. Show the version string in --help text too.

This commit is contained in:
Chris Moore
2011-01-21 02:37:34 -08:00
parent 05563e9ef2
commit 5284e1b60e
2 changed files with 4 additions and 1 deletions

View File

@@ -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;