Bump version to 0.3.23.
authorJeff Garzik <jeff@garzik.org>
Sun, 5 Jun 2011 14:39:01 +0000 (10:39 -0400)
committerJeff Garzik <jgarzik@pobox.com>
Sun, 5 Jun 2011 14:39:01 +0000 (10:39 -0400)
doc/README
doc/README_windows.txt
share/setup.nsi
src/serialize.h

index 11dcfeb..776f6aa 100644 (file)
@@ -1,4 +1,4 @@
-Bitcoin 0.3.22 BETA
+Bitcoin 0.3.23 BETA
 
 Copyright (c) 2009-2011 Bitcoin Developers
 Distributed under the MIT/X11 software license, see the accompanying
index e7c519d..110ba71 100644 (file)
@@ -1,4 +1,4 @@
-Bitcoin 0.3.22 BETA\r
+Bitcoin 0.3.23 BETA\r
 \r
 Copyright (c) 2009-2011 Bitcoin Developers\r
 Distributed under the MIT/X11 software license, see the accompanying\r
index d265302..2fa4d17 100644 (file)
@@ -4,7 +4,7 @@ RequestExecutionLevel highest
 \r
 # General Symbol Definitions\r
 !define REGKEY "SOFTWARE\$(^Name)"\r
-!define VERSION 0.3.22\r
+!define VERSION 0.3.23\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.22-win32-setup.exe\r
+OutFile bitcoin-0.3.23-win32-setup.exe\r
 InstallDir $PROGRAMFILES\Bitcoin\r
 CRCCheck on\r
 XPStyle on\r
 ShowInstDetails show\r
-VIProductVersion 0.3.22.0\r
+VIProductVersion 0.3.23.0\r
 VIAddVersionKey ProductName Bitcoin\r
 VIAddVersionKey ProductVersion "${VERSION}"\r
 VIAddVersionKey CompanyName "${COMPANY}"\r
index 8e7677a..0d66d6a 100644 (file)
@@ -33,7 +33,7 @@ class CDataStream;
 class CAutoFile;
 static const unsigned int MAX_SIZE = 0x02000000;
 
-static const int VERSION = 32200;
+static const int VERSION = 32300;
 static const char* pszSubVer = "";
 static const bool VERSION_IS_BETA = true;