diff options
| author | Luke Dashjr <[email protected]> | 2011-10-10 14:22:31 -0400 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2011-10-10 14:22:31 -0400 |
| commit | aec5c5fe26293452d3fe7acf1e4c20830613812c (patch) | |
| tree | 1019b813ecaa9b6dc7fc0df657f4a48083b64e24 /src | |
| parent | Fix for 64bit build (diff) | |
| download | discoin-aec5c5fe26293452d3fe7acf1e4c20830613812c.tar.xz discoin-aec5c5fe26293452d3fe7acf1e4c20830613812c.zip | |
Bump version to 0.4.1
Diffstat (limited to 'src')
| -rw-r--r-- | src/serialize.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialize.h b/src/serialize.h index 698bdfe6a..320ce9d2a 100644 --- a/src/serialize.h +++ b/src/serialize.h @@ -59,7 +59,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; |