From 40fd689eb1f72f78752d80e91425811d39a4d466 Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Fri, 11 May 2012 10:09:45 -0400 Subject: [PATCH 1/1] Bump version to 0.6.2.2 for osx-special build --- bitcoin-qt.pro | 2 +- src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index e161911..82bbfab 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -1,6 +1,6 @@ TEMPLATE = app TARGET = -VERSION = 0.6.2 +VERSION = 0.6.2.2 INCLUDEPATH += src src/json src/qt DEFINES += QT_GUI BOOST_THREAD_USE_LIB CONFIG += no_include_pwd diff --git a/src/version.h b/src/version.h index fec63cb..7cf82c3 100644 --- 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 = 2; -static const int CLIENT_VERSION_BUILD = 0; +static const int CLIENT_VERSION_BUILD = 2; static const int CLIENT_VERSION = 1000000 * CLIENT_VERSION_MAJOR -- 1.7.1