From efae3da41d821b12d1481de8b8e0b2e105d36ae3 Mon Sep 17 00:00:00 2001 From: s_nakamoto Date: Wed, 15 Sep 2010 22:10:13 +0000 Subject: config option -rpcallowip= to accept json-rpc connections from another machine git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@155 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 e9f7e2db78..b3ab9b5e28 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 = ".5"; +static const char* pszSubVer = ".6"; -- cgit v1.2.3