Bump versions for 0.6.2
authorGavin Andresen <gavinandresen@gmail.com>
Mon, 7 May 2012 00:11:05 +0000 (20:11 -0400)
committerGavin Andresen <gavinandresen@gmail.com>
Tue, 8 May 2012 16:58:39 +0000 (12:58 -0400)
bitcoin-qt.pro
doc/README
doc/README_windows.txt
share/setup.nsi
src/version.h

index f586c53..e161911 100644 (file)
@@ -1,6 +1,6 @@
 TEMPLATE = app
 TARGET =
-VERSION = 0.6.1
+VERSION = 0.6.2
 INCLUDEPATH += src src/json src/qt
 DEFINES += QT_GUI BOOST_THREAD_USE_LIB
 CONFIG += no_include_pwd
index a196a46..70ed4d5 100644 (file)
@@ -1,4 +1,4 @@
-Bitcoin 0.6.1 BETA
+Bitcoin 0.6.2 BETA
 
 Copyright (c) 2009-2012 Bitcoin Developers
 Distributed under the MIT/X11 software license, see the accompanying
index ec0225f..451aedb 100644 (file)
@@ -1,4 +1,4 @@
-Bitcoin 0.6.1 BETA\r
+Bitcoin 0.6.2 BETA\r
 \r
 Copyright (c) 2009-2012 Bitcoin Developers\r
 Distributed under the MIT/X11 software license, see the accompanying\r
index 10bf36b..fb122ef 100644 (file)
@@ -5,7 +5,7 @@ SetCompressor /SOLID lzma
 \r
 # General Symbol Definitions\r
 !define REGKEY "SOFTWARE\$(^Name)"\r
-!define VERSION 0.6.1\r
+!define VERSION 0.6.2\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.6.1-win32-setup.exe\r
+OutFile bitcoin-0.6.2-win32-setup.exe\r
 InstallDir $PROGRAMFILES\Bitcoin\r
 CRCCheck on\r
 XPStyle on\r
 BrandingText " "\r
 ShowInstDetails show\r
-VIProductVersion 0.6.1.3\r
+VIProductVersion 0.6.2.0\r
 VIAddVersionKey ProductName Bitcoin\r
 VIAddVersionKey ProductVersion "${VERSION}"\r
 VIAddVersionKey CompanyName "${COMPANY}"\r
index 9b92bd6..fec63cb 100644 (file)
@@ -12,8 +12,8 @@
 
 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       = 3;
+static const int CLIENT_VERSION_REVISION    =  2;
+static const int CLIENT_VERSION_BUILD       = 0;
 
 static const int CLIENT_VERSION =
                            1000000 * CLIENT_VERSION_MAJOR