diff options
| author | Gavin Andresen <[email protected]> | 2011-09-02 13:31:28 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-09-02 13:34:56 -0400 |
| commit | 7464e647decace52bc075d9ac8788974504e0bb9 (patch) | |
| tree | 92d013f875a6e72d425d04ac1bcef2e6c0e3d92c /src | |
| parent | Merge pull request #486 from TheBlueMatt/translatefix (diff) | |
| download | discoin-7464e647decace52bc075d9ac8788974504e0bb9.tar.xz discoin-7464e647decace52bc075d9ac8788974504e0bb9.zip | |
Bumped version numbers to 0.4.0rc1v0.4.00rc1
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 0a31ff557..698bdfe6a 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 = 32500; +static const int VERSION = 40000; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true; |