From 629e37dde1fa93f6ce31544d1ebb5ee5c19052cb Mon Sep 17 00:00:00 2001 From: s_nakamoto Date: Wed, 15 Dec 2010 22:43:51 +0000 Subject: get external ip from irc git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@202 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 e4c3bb0dd0..34a339f77f 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 = 31900; +static const int VERSION = 31901; static const char* pszSubVer = ""; -- cgit v1.2.3