aboutsummaryrefslogtreecommitdiff
path: root/src/serialize.h
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2012-03-16 16:12:16 -0400
committerLuke Dashjr <luke-jr+git@utopios.org>2012-03-16 16:12:16 -0400
commit7f23df06d7126e32bb2b80df355855bc9c8b242a (patch)
treeb76585f8c70ab39d4545306e1f42e588d340a56a /src/serialize.h
parentd05c03ab4ed23389b1326f9b7c77a8d7b8d6588d (diff)
downloadbitcoin-7f23df06d7126e32bb2b80df355855bc9c8b242a.tar.xz
Bump version to 0.5.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 71f24f81d5..396e1727eb 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 = 50300;
+static const int VERSION = 50400;
static const char* pszSubVer = "";
static const bool VERSION_IS_BETA = true;