aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2012-01-10 15:58:29 -0500
committerLuke Dashjr <luke-jr+git@utopios.org>2012-01-10 15:58:29 -0500
commit98811f6ad4764f63e510d703d1659589c083fa05 (patch)
treebeed0c2d3fe15938f81c48dca26fbbdeefced108 /src
parent83201b12ae10267204e2652d653fe5521ef736eb (diff)
downloadbitcoin-98811f6ad4764f63e510d703d1659589c083fa05.tar.xz
Bump version to 0.5.3
Diffstat (limited to 'src')
-rw-r--r--src/serialize.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialize.h b/src/serialize.h
index 37748e4cdf..eacf51bc39 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 = 50200;
+static const int VERSION = 50300;
static const char* pszSubVer = "";
static const bool VERSION_IS_BETA = true;