diff options
author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-02-12 20:38:44 +0000 |
---|---|---|
committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-02-12 20:38:44 +0000 |
commit | 22f721dbf23cf5ce9e3ded9bcfb65a3894cc0f8c (patch) | |
tree | 61624e0903150505dc09977ae9ff1bc9ab40ee2b /serialize.h | |
parent | 73278c0a16cf0d68fb9011203a2112c3499df195 (diff) |
command line and JSON-RPC first draft, requires Boost 1.35 or higher for boost::asio,
added SetBitcoinAddress and GetBitcoinAddress methods on CScript,
critsect interlocks around mapAddressBook,
added some random delays in tx broadcast to improve privacy,
now compiles with MSVC 8.0
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 439ef64125..eb090ae2e6 100644 --- a/serialize.h +++ b/serialize.h @@ -19,8 +19,8 @@ class CScript; class CDataStream;
class CAutoFile;
-static const int VERSION = 200;
-static const char* pszSubVer = " test2";
+static const int VERSION = 201;
+static const char* pszSubVer = ".0";
|