diff options
author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-09-13 22:14:24 +0000 |
---|---|---|
committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-09-13 22:14:24 +0000 |
commit | 3df62878c3cece15a8921fbbdee7859ee9368768 (patch) | |
tree | 022c49f65221446777bda53e1d73cb89689bbdd9 /serialize.h | |
parent | fdbf76d4f49c220e2ed4412a3d8d8cd6efd74826 (diff) |
reorganize BitcoinMiner to make it easier to add different SHA256 routines
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@154 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 6c636e1b8b..e9f7e2db78 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 = ".4"; +static const char* pszSubVer = ".5"; |