diff options
| author | Gavin Andresen <[email protected]> | 2012-05-11 10:09:45 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-05-11 10:09:45 -0400 |
| commit | 40fd689eb1f72f78752d80e91425811d39a4d466 (patch) | |
| tree | cce2b7db13d68fc99f98a54637c8bf1c0768fd43 | |
| parent | Merge branch 'semaphores-v0.6.2' of https://github.com/sipa/bitcoin into 0.6.2 (diff) | |
| download | archived-discoin-0.6.2.2.tar.xz archived-discoin-0.6.2.2.zip | |
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 e161911a9..82bbfabc2 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 fec63cb7c..7cf82c395 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 |