aboutsummaryrefslogtreecommitdiff
path: root/src/serialize.h
diff options
context:
space:
mode:
authorLuke Dashjr <[email protected]>2012-01-10 15:54:38 -0500
committerLuke Dashjr <[email protected]>2012-01-10 15:54:38 -0500
commit507848b63d980d32798689db408ce980d77a5483 (patch)
tree21894a1ed2356c0a9d069cd119e9e076482363db /src/serialize.h
parentMerge branch '0.4.x' into 0.5.0.x (diff)
downloaddiscoin-507848b63d980d32798689db408ce980d77a5483.tar.xz
discoin-507848b63d980d32798689db408ce980d77a5483.zip
Bump version to 0.5.0.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 0f075a5bf..5bee071e1 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 = 50003;
+static const int VERSION = 50004;
static const char* pszSubVer = "";
static const bool VERSION_IS_BETA = true;