aboutsummaryrefslogtreecommitdiff
path: root/src/serialize.h
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2011-11-10 21:12:46 -0500
committerLuke Dashjr <[email protected]>2011-11-15 10:11:53 -0500
commit2744ea8c1fbc2e1ef6b1824a21fd2a75e2b6dbc4 (patch)
tree215ae7f0e925c829d90e777d9aa452dfbc15f57f /src/serialize.h
parentResilvering (diff)
downloaddiscoin-2744ea8c1fbc2e1ef6b1824a21fd2a75e2b6dbc4.tar.xz
discoin-2744ea8c1fbc2e1ef6b1824a21fd2a75e2b6dbc4.zip
Obsolete keypool and make sure database removes log files on shutdown.
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 320ce9d2a..c531d2a19 100644
--- a/src/serialize.h
+++ b/src/serialize.h
@@ -59,7 +59,7 @@ class CDataStream;
class CAutoFile;
static const unsigned int MAX_SIZE = 0x02000000;
-static const int VERSION = 40100;
+static const int VERSION = 40101;
static const char* pszSubVer = "";
static const bool VERSION_IS_BETA = true;