Bump version to 0.3.25
authorJeff Garzik <jeff@garzik.org>
Wed, 13 Jul 2011 05:19:26 +0000 (01:19 -0400)
committerJeff Garzik <jgarzik@pobox.com>
Wed, 13 Jul 2011 05:19:26 +0000 (01:19 -0400)
Yes, we might release as v0.4, but let's just do a simple increment
for now.

contrib/Bitcoin.app/Contents/Info.plist
doc/README
doc/README_windows.txt
share/setup.nsi
src/serialize.h

index 9a2eccc..bfeb2f8 100644 (file)
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleShortVersionString</key>
-       <string>0.3.24</string>
+       <string>0.3.25</string>
        <key>CFBundleSignature</key>
        <string>????</string>
        <key>CFBundleVersion</key>
-       <string>324</string>
+       <string>325</string>
        <key>LSMinimumSystemVersion</key>
        <string>10.5</string>
        <key>CFBundleIconFile</key>
index 421c83c..f66153a 100644 (file)
@@ -1,4 +1,4 @@
-Bitcoin 0.3.24 BETA
+Bitcoin 0.3.25 BETA
 
 Copyright (c) 2009-2011 Bitcoin Developers
 Distributed under the MIT/X11 software license, see the accompanying
index a19dcc9..e715b32 100644 (file)
@@ -1,4 +1,4 @@
-Bitcoin 0.3.24 BETA\r
+Bitcoin 0.3.25 BETA\r
 \r
 Copyright (c) 2009-2011 Bitcoin Developers\r
 Distributed under the MIT/X11 software license, see the accompanying\r
index 888c8ea..b4bf3cf 100644 (file)
@@ -5,7 +5,7 @@ SetCompressor /SOLID lzma
 \r
 # General Symbol Definitions\r
 !define REGKEY "SOFTWARE\$(^Name)"\r
-!define VERSION 0.3.24\r
+!define VERSION 0.3.25\r
 !define COMPANY "Bitcoin project"\r
 !define URL http://www.bitcoin.org/\r
 \r
@@ -45,13 +45,13 @@ Var StartMenuGroup
 !insertmacro MUI_LANGUAGE English\r
 \r
 # Installer attributes\r
-OutFile bitcoin-0.3.24-win32-setup.exe\r
+OutFile bitcoin-0.3.25-win32-setup.exe\r
 InstallDir $PROGRAMFILES\Bitcoin\r
 CRCCheck on\r
 XPStyle on\r
 BrandingText " "\r
 ShowInstDetails show\r
-VIProductVersion 0.3.24.0\r
+VIProductVersion 0.3.25.0\r
 VIAddVersionKey ProductName Bitcoin\r
 VIAddVersionKey ProductVersion "${VERSION}"\r
 VIAddVersionKey CompanyName "${COMPANY}"\r
index 38c533d..cb3a3ea 100644 (file)
@@ -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;