Bump version to 0.4.1

This commit is contained in:
Gavin Andresen
2011-09-23 14:37:21 -04:00
parent 5df25e78db
commit 6b8a5ab622
5 changed files with 7 additions and 7 deletions

View File

@ -60,7 +60,7 @@ class CDataStream;
class CAutoFile;
static const unsigned int MAX_SIZE = 0x02000000;
static const int VERSION = 40000;
static const int VERSION = 40100;
static const char* pszSubVer = "";
static const bool VERSION_IS_BETA = true;