changeset 2498:344164d72a38 draft 0.6.2

Bump version to 0.6.2.2 for osx-special build
author Gavin Andresen <gavinandresen@gmail.com>
date Fri, 11 May 2012 10:09:45 -0400
parents b570f6f9e37b
children 1ef4e61cee48 ab55014c4119
files bitcoin-qt.pro src/version.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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