diff options
author | Satoshi Nakamoto <satoshin@gmx.com> | 2010-07-26 17:40:05 +0000 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2010-07-26 17:40:05 +0000 |
commit | 40cd0369419323f8d7385950e20342e998c994e1 (patch) | |
tree | af4d40473a1073f108442aa8fe50a9b72462ece4 /serialize.h | |
parent | fe98cf8dc5066368b78e9ce208118c3532598dd2 (diff) |
Gavin Andresen's JSON-RPC HTTP authentication,v0.3.3
faster initial block download
-- version 0.3.3
Diffstat (limited to 'serialize.h')
-rw-r--r-- | serialize.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/serialize.h b/serialize.h index 0ee4da140c..7472ec9df9 100644 --- a/serialize.h +++ b/serialize.h @@ -19,8 +19,8 @@ class CScript; class CDataStream; class CAutoFile; -static const int VERSION = 302; -static const char* pszSubVer = ".2"; +static const int VERSION = 303; +static const char* pszSubVer = ""; |