diff options
| author | Luke Dashjr <[email protected]> | 2011-11-21 13:38:09 -0500 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2011-11-21 13:59:38 -0500 |
| commit | d885aba347c2c53f71fdd5aef588b7115d689183 (patch) | |
| tree | 26bedf1e1bcc0e29ab0299183a198f16c8100716 /src | |
| parent | close old db when rewriting (diff) | |
| download | discoin-d885aba347c2c53f71fdd5aef588b7115d689183.tar.xz discoin-d885aba347c2c53f71fdd5aef588b7115d689183.zip | |
Bump version to 0.4.2
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 c531d2a19..64fae0367 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 = 40101; +static const int VERSION = 40200; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true; |