From: Gavin Andresen Date: Fri, 11 May 2012 14:09:45 +0000 (-0400) Subject: Bump version to 0.6.2.2 for osx-special build X-Git-Tag: v0.4.0-unstable~129^2~18 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=40fd689eb1f72f78752d80e91425811d39a4d466;hp=aaff04791d35087ba66a2a0e814620b30fbf9b96 Bump version to 0.6.2.2 for osx-special build --- 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