From 24a0def8cda671e9faedb84e6590eb761ba7487e Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Wed, 13 Jul 2011 01:19:26 -0400 Subject: Bump version to 0.3.25 Yes, we might release as v0.4, but let's just do a simple increment for now. --- src/serialize.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/serialize.h b/src/serialize.h index 38c533d9ae..cb3a3ea03c 100644 --- a/src/serialize.h +++ b/src/serialize.h @@ -57,7 +57,7 @@ class CDataStream; class CAutoFile; static const unsigned int MAX_SIZE = 0x02000000; -static const int VERSION = 32400; +static const int VERSION = 32500; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true; -- cgit v1.2.3