aboutsummaryrefslogtreecommitdiff
path: root/src/serialize.h
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2012-04-27 10:55:06 -0400
committerLuke Dashjr <luke-jr+git@utopios.org>2012-04-27 10:55:06 -0400
commite5f43fe30992abd75b6f981fd287cfed64c627ee (patch)
treea2f10990f64ee6ce1c3767a6e84dde7d4233b446 /src/serialize.h
parentccfcdc2e3d51bf2d8ca6505db6434cea12050c43 (diff)
downloadbitcoin-e5f43fe30992abd75b6f981fd287cfed64c627ee.tar.xz
Bump version to 0.5.5
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 396e1727eb..346594c86a 100644
--- a/src/serialize.h
+++ b/src/serialize.h
@@ -60,7 +60,7 @@ class CDataStream;
class CAutoFile;
static const unsigned int MAX_SIZE = 0x02000000;
-static const int VERSION = 50400;
+static const int VERSION = 50500;
static const char* pszSubVer = "";
static const bool VERSION_IS_BETA = true;