mirror of
https://github.com/dashpay/dash.git
synced 2024-12-29 13:59:06 +01:00
Merge branch 'rc4' into rc5
This commit is contained in:
commit
c5af2cf3ac
@ -1,3 +1,6 @@
|
||||
# Hack around https://bugreports.qt-project.org/browse/QTBUG-22829
|
||||
QMAKE_MOC = $$QMAKE_MOC -DBOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION -DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED
|
||||
|
||||
TEMPLATE = app
|
||||
TARGET = darkcoin-qt
|
||||
macx:TARGET = "DarkCoin-Qt"
|
||||
|
@ -23,7 +23,7 @@ packages:
|
||||
- "libqt4-test"
|
||||
reference_datetime: "2014-01-10 00:00:00"
|
||||
remotes:
|
||||
- "url": "https://github.com/darkcoinproject/darkcoin.git"
|
||||
- "url": "https://github.com/schinzelh/darkcoin-rc.git"
|
||||
"dir": "darkcoin"
|
||||
files:
|
||||
- "bitcoin-deps-linux32-gitian-r6.zip"
|
||||
|
@ -14,7 +14,7 @@ packages:
|
||||
|
||||
reference_datetime: "2014-01-10 00:00:00"
|
||||
remotes:
|
||||
- "url": "https://github.com/darkcoinproject/darkcoin.git"
|
||||
- "url": "https://github.com/schinzelh/darkcoin-rc.git"
|
||||
"dir": "darkcoin"
|
||||
files:
|
||||
- "osx-native-depends-r3.tar.gz"
|
||||
|
@ -13,7 +13,7 @@ packages:
|
||||
- "faketime"
|
||||
reference_datetime: "2014-01-10 00:00:00"
|
||||
remotes:
|
||||
- "url": "https://github.com/darkcoinproject/darkcoin.git"
|
||||
- "url": "https://github.com/schinzelh/darkcoin-rc.git"
|
||||
"dir": "darkcoin"
|
||||
files:
|
||||
- "qt-win32-4.8.5-gitian-r5.zip"
|
||||
|
@ -9,7 +9,7 @@
|
||||
#define CLIENT_VERSION_MAJOR 0
|
||||
#define CLIENT_VERSION_MINOR 10
|
||||
#define CLIENT_VERSION_REVISION 12
|
||||
#define CLIENT_VERSION_BUILD 31
|
||||
#define CLIENT_VERSION_BUILD 32
|
||||
|
||||
// Set to true for release, false for prerelease or test build
|
||||
#define CLIENT_VERSION_IS_RELEASE true
|
||||
|
Loading…
Reference in New Issue
Block a user