Bump version numbers to 0.6.3
authorGavin Andresen <gavinandresen@gmail.com>
Tue, 19 Jun 2012 18:44:38 +0000 (14:44 -0400)
committerGavin Andresen <gavinandresen@gmail.com>
Tue, 19 Jun 2012 18:44:38 +0000 (14:44 -0400)
bitcoin-qt.pro
doc/README
doc/README_windows.txt
share/setup.nsi
src/version.h

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