aboutsummaryrefslogtreecommitdiff
path: root/src/serialize.h
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2011-12-15 19:34:37 -0500
committerLuke Dashjr <luke-jr+git@utopios.org>2011-12-15 19:34:37 -0500
commitace5ce05bef68722a060d6ec6e7d1fbf307d9835 (patch)
tree6e02f1b0e159d7a237d096bc1b8773a26dc331e4 /src/serialize.h
parent98c0b8b85ed1971bed13dc51edc68e0651fa5e73 (diff)
downloadbitcoin-ace5ce05bef68722a060d6ec6e7d1fbf307d9835.tar.xz
Bump version to 0.5.0.3
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 d1296ed68f..fdfd6346e9 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 = 50002;
+static const int VERSION = 50003;
static const char* pszSubVer = "";
static const bool VERSION_IS_BETA = true;