aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2011-11-21 13:38:09 -0500
committerGavin Andresen <[email protected]>2011-11-21 13:38:38 -0500
commit67c454c67cc7c8f775d38dd024da35101460aed9 (patch)
tree11b281d338074a0927509242a7bf2b2646d3c913 /src
parentMerge pull request #653 from luke-jr/bugfix_transparent_tooltip (diff)
downloaddiscoin-67c454c67cc7c8f775d38dd024da35101460aed9.tar.xz
discoin-67c454c67cc7c8f775d38dd024da35101460aed9.zip
Bump version to 0.5.1
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 53867e939..78cff43d5 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 = 50001;
+static const int VERSION = 50100;
static const char* pszSubVer = "";
static const bool VERSION_IS_BETA = true;