Bump version to 0.3.24.
authorJeff Garzik <jeff@garzik.org>
Sat, 2 Jul 2011 20:55:11 +0000 (16:55 -0400)
committerJeff Garzik <jgarzik@pobox.com>
Sat, 2 Jul 2011 20:55:11 +0000 (16:55 -0400)
doc/README
doc/README_windows.txt
share/setup.nsi
src/serialize.h

index 776f6aa..a4df4c2 100644 (file)
@@ -1,4 +1,4 @@
-Bitcoin 0.3.23 BETA
+Bitcoin 0.3.24 BETA
 
 Copyright (c) 2009-2011 Bitcoin Developers
 Distributed under the MIT/X11 software license, see the accompanying
index 110ba71..a19dcc9 100644 (file)
@@ -1,4 +1,4 @@
-Bitcoin 0.3.23 BETA\r
+Bitcoin 0.3.24 BETA\r
 \r
 Copyright (c) 2009-2011 Bitcoin Developers\r
 Distributed under the MIT/X11 software license, see the accompanying\r
index 2fa4d17..8677d33 100644 (file)
@@ -4,7 +4,7 @@ RequestExecutionLevel highest
 \r
 # General Symbol Definitions\r
 !define REGKEY "SOFTWARE\$(^Name)"\r
-!define VERSION 0.3.23\r
+!define VERSION 0.3.24\r
 !define COMPANY "Bitcoin project"\r
 !define URL http://www.bitcoin.org/\r
 \r
@@ -39,12 +39,12 @@ Var StartMenuGroup
 !insertmacro MUI_LANGUAGE English\r
 \r
 # Installer attributes\r
-OutFile bitcoin-0.3.23-win32-setup.exe\r
+OutFile bitcoin-0.3.24-win32-setup.exe\r
 InstallDir $PROGRAMFILES\Bitcoin\r
 CRCCheck on\r
 XPStyle on\r
 ShowInstDetails show\r
-VIProductVersion 0.3.23.0\r
+VIProductVersion 0.3.24.0\r
 VIAddVersionKey ProductName Bitcoin\r
 VIAddVersionKey ProductVersion "${VERSION}"\r
 VIAddVersionKey CompanyName "${COMPANY}"\r
index 0d66d6a..31862a7 100644 (file)
@@ -33,7 +33,7 @@ class CDataStream;
 class CAutoFile;
 static const unsigned int MAX_SIZE = 0x02000000;
 
-static const int VERSION = 32300;
+static const int VERSION = 32400;
 static const char* pszSubVer = "";
 static const bool VERSION_IS_BETA = true;