mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-17 02:49:19 +00:00
Bump version to 0.6.2.2 for osx-special build
This commit is contained in:
parent
aaff04791d
commit
40fd689eb1
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user