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:
@@ -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;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user