diff options
| author | Gavin Andresen <[email protected]> | 2011-11-10 21:12:46 -0500 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-11-15 09:30:16 -0500 |
| commit | d764d9161e548c7fbf835b70eb9d5c75caa28ff5 (patch) | |
| tree | d94d3cf42bee7df401ac44a9c6c0181981a416b0 /src/serialize.h | |
| parent | Resilvering (diff) | |
| download | discoin-d764d9161e548c7fbf835b70eb9d5c75caa28ff5.tar.xz discoin-d764d9161e548c7fbf835b70eb9d5c75caa28ff5.zip | |
Obsolete keypool and make sure database removes log files on shutdown.
Diffstat (limited to 'src/serialize.h')
| -rw-r--r-- | src/serialize.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialize.h b/src/serialize.h index beb87f1d0..53867e939 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 = 50000; +static const int VERSION = 50001; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true; |