Add const bool VERSION_IS_BETA to serialize.h and use it when formatting the version...
[novacoin.git] / serialize.h
index 8153382..f434b04 100644 (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;