Merge branch 'rc4' into rc5

This commit is contained in:
Evan Duffield 2014-08-25 10:40:11 -07:00
commit c5af2cf3ac
5 changed files with 9 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

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