diff options
| author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-09-09 01:00:40 +0000 |
|---|---|---|
| committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-09-09 01:00:40 +0000 |
| commit | 7629d36a530087806e80ed3c5866e8ec64319828 (patch) | |
| tree | b695b16d4da6641737273ce0fb9ac5ba36b72d9c /serialize.h | |
| parent | Gavin Andresen: clean shutdown on SIGTERM (diff) | |
| download | discoin-7629d36a530087806e80ed3c5866e8ec64319828.tar.xz discoin-7629d36a530087806e80ed3c5866e8ec64319828.zip | |
try to auto-detect whether to use 128-bit 4-way SSE2
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@150 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 5ded6bf09..2b88d3536 100644 --- a/serialize.h +++ b/serialize.h @@ -23,7 +23,7 @@ class CAutoFile; static const unsigned int MAX_SIZE = 0x02000000; static const int VERSION = 312; -static const char* pszSubVer = ".1"; +static const char* pszSubVer = ".2"; |