diff options
author | Satoshi Nakamoto <satoshin@gmx.com> | 2010-08-04 01:51:34 +0000 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2010-08-04 01:51:34 +0000 |
commit | b34e8c3c369331189c01bcbb7682af9d7daa42cd (patch) | |
tree | e6da267e5bfb4fde1472c32154f73ba7a73b74b7 /serialize.h | |
parent | 73aa262647ff9948eaf95e83236ec323347e95d0 (diff) |
new safety feature displays a warning message and locks down RPC if it detects a problem that may require an upgradev0.3.8
-- version 0.3.8
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 ba6e8df87e..2fb69c2cad 100644 --- a/serialize.h +++ b/serialize.h @@ -19,7 +19,7 @@ class CScript; class CDataStream; class CAutoFile; -static const int VERSION = 307; +static const int VERSION = 308; static const char* pszSubVer = ""; |