From 3df62878c3cece15a8921fbbdee7859ee9368768 Mon Sep 17 00:00:00 2001 From: s_nakamoto Date: Mon, 13 Sep 2010 22:14:24 +0000 Subject: 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 --- serialize.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'serialize.h') 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"; -- cgit v1.2.3