diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2012-05-11 10:09:45 -0400 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2012-05-11 10:09:45 -0400 |
commit | 40fd689eb1f72f78752d80e91425811d39a4d466 (patch) | |
tree | cce2b7db13d68fc99f98a54637c8bf1c0768fd43 | |
parent | aaff04791d35087ba66a2a0e814620b30fbf9b96 (diff) |
Bump version to 0.6.2.2 for osx-special buildv0.6.2.2
-rw-r--r-- | bitcoin-qt.pro | 2 | ||||
-rw-r--r-- | src/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index e161911a93..82bbfabc2b 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 fec63cb7cc..7cf82c395a 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 |