Bump version to 0.6.2.2 for osx-special build

This commit is contained in:
Gavin Andresen 2012-05-11 10:09:45 -04:00
parent aaff04791d
commit 40fd689eb1
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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