diff options
author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-12-13 16:26:14 +0000 |
---|---|---|
committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-12-13 16:26:14 +0000 |
commit | fc73ad644f0b87b91f49b7f6f6b2348f78bdbbf4 (patch) | |
tree | 32a68bfe30d19ddc66bb974c2b88302c77db2e41 /serialize.h | |
parent | 986b5e257e2bb9d7aaed5111ca335732f8808b2d (diff) |
-- version 0.3.19 releasev0.3.19
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@201 1a98c847-1fd6-4fd8-948a-caf3550aa51b
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 ad9fb9faae..e4c3bb0dd0 100644 --- a/serialize.h +++ b/serialize.h @@ -25,7 +25,7 @@ class CDataStream; class CAutoFile; static const unsigned int MAX_SIZE = 0x02000000; -static const int VERSION = 31801; +static const int VERSION = 31900; static const char* pszSubVer = ""; |