diff options
author | Satoshi Nakamoto <satoshin@gmx.com> | 2010-07-31 20:12:05 +0000 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2010-07-31 20:12:05 +0000 |
commit | 73aa262647ff9948eaf95e83236ec323347e95d0 (patch) | |
tree | e98a3a0ac2caa95047eb09ee7e8ea0ff817a0d9d /serialize.h | |
parent | e1cb7ce0177de72b00e06dc4c8fe1d414723a9e7 (diff) |
fixed segfault in bignum.h, additional security limits, refactoringv0.3.7
-- version 0.3.7
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 8336136ed0..ba6e8df87e 100644 --- a/serialize.h +++ b/serialize.h @@ -19,7 +19,7 @@ class CScript; class CDataStream; class CAutoFile; -static const int VERSION = 306; +static const int VERSION = 307; static const char* pszSubVer = ""; |