aboutsummaryrefslogtreecommitdiff
path: root/src/serialize.h
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2011-11-21 13:38:09 -0500
committerLuke Dashjr <luke-jr+git@utopios.org>2011-11-21 13:59:38 -0500
commitd885aba347c2c53f71fdd5aef588b7115d689183 (patch)
tree26bedf1e1bcc0e29ab0299183a198f16c8100716 /src/serialize.h
parent36b1eb763101299a4c4d4dad9d40b8ff70011d11 (diff)
downloadbitcoin-d885aba347c2c53f71fdd5aef588b7115d689183.tar.xz
Bump version to 0.4.2
Diffstat (limited to 'src/serialize.h')
-rw-r--r--src/serialize.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialize.h b/src/serialize.h
index c531d2a198..64fae0367e 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;