changeset 2366:23aee40b435b draft

Bump version numbers for 0.6.1rc2
author Gavin Andresen <gavinandresen@gmail.com>
date Mon, 30 Apr 2012 13:06:30 -0400
parents ef5870a1786c
children 95797e10102b dc47f50ed833 1d09edcfb492 6d9afd854c97
files doc/README doc/README_windows.txt share/setup.nsi src/version.h
diffstat 4 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/doc/README
+++ b/doc/README
@@ -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
--- a/doc/README_windows.txt
+++ b/doc/README_windows.txt
@@ -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
--- a/share/setup.nsi
+++ b/share/setup.nsi
@@ -45,13 +45,13 @@
 !insertmacro MUI_LANGUAGE English
 
 # Installer attributes
-OutFile bitcoin-0.6.1rc1-win32-setup.exe
+OutFile bitcoin-0.6.1-win32-setup.exe
 InstallDir $PROGRAMFILES\Bitcoin
 CRCCheck on
 XPStyle on
 BrandingText " "
 ShowInstDetails show
-VIProductVersion 0.6.1.1
+VIProductVersion 0.6.1.3
 VIAddVersionKey ProductName Bitcoin
 VIAddVersionKey ProductVersion "${VERSION}"
 VIAddVersionKey CompanyName "${COMPANY}"
--- a/src/version.h
+++ b/src/version.h
@@ -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