Bump version numbers for 0.6.1rc2
authorGavin Andresen <gavinandresen@gmail.com>
Mon, 30 Apr 2012 17:06:30 +0000 (13:06 -0400)
committerGavin Andresen <gavinandresen@gmail.com>
Fri, 4 May 2012 14:22:26 +0000 (10:22 -0400)
doc/README
doc/README_windows.txt
share/setup.nsi
src/version.h

index aa89960..a196a46 100644 (file)
@@ -1,4 +1,4 @@
-Bitcoin 0.6.1rc1 BETA
+Bitcoin 0.6.1 BETA
 
 Copyright (c) 2009-2012 Bitcoin Developers
 Distributed under the MIT/X11 software license, see the accompanying
index 6b48b1d..ec0225f 100644 (file)
@@ -1,4 +1,4 @@
-Bitcoin 0.6.1rc1 BETA\r
+Bitcoin 0.6.1 BETA\r
 \r
 Copyright (c) 2009-2012 Bitcoin Developers\r
 Distributed under the MIT/X11 software license, see the accompanying\r
index fa33bd9..10bf36b 100644 (file)
@@ -45,13 +45,13 @@ Var StartMenuGroup
 !insertmacro MUI_LANGUAGE English\r
 \r
 # Installer attributes\r
-OutFile bitcoin-0.6.1rc1-win32-setup.exe\r
+OutFile bitcoin-0.6.1-win32-setup.exe\r
 InstallDir $PROGRAMFILES\Bitcoin\r
 CRCCheck on\r
 XPStyle on\r
 BrandingText " "\r
 ShowInstDetails show\r
-VIProductVersion 0.6.1.1\r
+VIProductVersion 0.6.1.3\r
 VIAddVersionKey ProductName Bitcoin\r
 VIAddVersionKey ProductVersion "${VERSION}"\r
 VIAddVersionKey CompanyName "${COMPANY}"\r
index e8d5b5c..9b92bd6 100644 (file)
@@ -13,7 +13,7 @@
 static const int CLIENT_VERSION_MAJOR       =  0;
 static const int CLIENT_VERSION_MINOR       =  6;
 static const int CLIENT_VERSION_REVISION    =  1;
-static const int CLIENT_VERSION_BUILD       = 1;
+static const int CLIENT_VERSION_BUILD       = 3;
 
 static const int CLIENT_VERSION =
                            1000000 * CLIENT_VERSION_MAJOR