aboutsummaryrefslogtreecommitdiff
path: root/src/serialize.h
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2012-01-10 15:50:37 -0500
committerLuke Dashjr <luke-jr+git@utopios.org>2012-01-10 15:50:37 -0500
commit6e1e62a04c79a93d124371fa102d7881449b3673 (patch)
tree5aeb85601269fdc839f3aa9c1c3177bbb14fb66d /src/serialize.h
parent99e9601e805c009b301c7cb29d541858507ae095 (diff)
downloadbitcoin-6e1e62a04c79a93d124371fa102d7881449b3673.tar.xz
Bump version to 0.4.4
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 b0ce065297..d7b5ec80d5 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 = 40300;
+static const int VERSION = 40400;
static const char* pszSubVer = "";
static const bool VERSION_IS_BETA = true;