diff options
author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2009-11-24 21:04:50 +0000 |
---|---|---|
committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2009-11-24 21:04:50 +0000 |
commit | 70918a6645a324c635925fb68a0d41f7c7b40403 (patch) | |
tree | b394260db71c75751026b76be87c3703eddf437c /serialize.h | |
parent | e4db374421cac4c6fd0d9f9b337d9073e5207c21 (diff) |
minor fix to batched initial download in case requester has more than 500 block non-main branch
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 aae821b6d2..b2d948df96 100644 --- a/serialize.h +++ b/serialize.h @@ -20,7 +20,7 @@ class CDataStream; class CAutoFile;
static const int VERSION = 106;
-static const char* pszSubVer = " linux-test8";
+static const char* pszSubVer = " linux-test9";
|