diff options
author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-12-06 15:59:28 +0000 |
---|---|---|
committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-12-06 15:59:28 +0000 |
commit | 865c3a23832e36d50cb873d38c976032b027b5d3 (patch) | |
tree | 66450fd4f6ccfe8eda984494aa36201c453bb4ec /serialize.h | |
parent | f03304a9c79a6cc6096ed501ad38702fd012e7f7 (diff) |
fix wallet.dat compatibility problem if you downgrade from 0.3.17 and then upgrade again
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@196 1a98c847-1fd6-4fd8-948a-caf3550aa51b
Diffstat (limited to 'serialize.h')
-rw-r--r-- | serialize.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serialize.h b/serialize.h index 7f47d0fcbb..eccea8f72e 100644 --- a/serialize.h +++ b/serialize.h @@ -25,7 +25,7 @@ class CDataStream; class CAutoFile; static const unsigned int MAX_SIZE = 0x02000000; -static const int VERSION = 31703; +static const int VERSION = 31704; static const char* pszSubVer = ""; |