aboutsummaryrefslogtreecommitdiff
path: root/src/serialize.h
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2011-11-10 21:12:46 -0500
committerLuke Dashjr <luke-jr+git@utopios.org>2011-11-15 10:11:53 -0500
commit2744ea8c1fbc2e1ef6b1824a21fd2a75e2b6dbc4 (patch)
tree215ae7f0e925c829d90e777d9aa452dfbc15f57f /src/serialize.h
parent00eae584a26295dbf7b1aebf99c1b8a4c9a86c37 (diff)
downloadbitcoin-2744ea8c1fbc2e1ef6b1824a21fd2a75e2b6dbc4.tar.xz
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 320ce9d2ae..c531d2a198 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;