mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 13:03:17 +01:00
updated version
This commit is contained in:
parent
d9b5336460
commit
6d45d9be48
@ -1,7 +1,7 @@
|
|||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
TARGET = darkcoin-qt
|
TARGET = darkcoin-qt
|
||||||
macx:TARGET = "DarkCoin-Qt"
|
macx:TARGET = "DarkCoin-Qt"
|
||||||
VERSION = 0.8.6.2
|
VERSION = 0.8.8.0
|
||||||
INCLUDEPATH += src src/json src/qt
|
INCLUDEPATH += src src/json src/qt
|
||||||
QT += core gui network
|
QT += core gui network
|
||||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||||
|
@ -5,7 +5,7 @@ SetCompressor /SOLID lzma
|
|||||||
|
|
||||||
# General Symbol Definitions
|
# General Symbol Definitions
|
||||||
!define REGKEY "SOFTWARE\$(^Name)"
|
!define REGKEY "SOFTWARE\$(^Name)"
|
||||||
!define VERSION 0.8.6.2
|
!define VERSION 0.8.8.0
|
||||||
!define COMPANY "DarkCoin project"
|
!define COMPANY "DarkCoin project"
|
||||||
!define URL http://www.darkcoin.io/
|
!define URL http://www.darkcoin.io/
|
||||||
|
|
||||||
@ -51,7 +51,7 @@ CRCCheck on
|
|||||||
XPStyle on
|
XPStyle on
|
||||||
BrandingText " "
|
BrandingText " "
|
||||||
ShowInstDetails show
|
ShowInstDetails show
|
||||||
VIProductVersion 0.8.6.2
|
VIProductVersion 0.8.8.0
|
||||||
VIAddVersionKey ProductName DarkCoin
|
VIAddVersionKey ProductName DarkCoin
|
||||||
VIAddVersionKey ProductVersion "${VERSION}"
|
VIAddVersionKey ProductVersion "${VERSION}"
|
||||||
VIAddVersionKey CompanyName "${COMPANY}"
|
VIAddVersionKey CompanyName "${COMPANY}"
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
// These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it
|
// These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it
|
||||||
#define CLIENT_VERSION_MAJOR 0
|
#define CLIENT_VERSION_MAJOR 0
|
||||||
#define CLIENT_VERSION_MINOR 8
|
#define CLIENT_VERSION_MINOR 8
|
||||||
#define CLIENT_VERSION_REVISION 6
|
#define CLIENT_VERSION_REVISION 8
|
||||||
#define CLIENT_VERSION_BUILD 2
|
#define CLIENT_VERSION_BUILD 0
|
||||||
|
|
||||||
// Set to true for release, false for prerelease or test build
|
// Set to true for release, false for prerelease or test build
|
||||||
#define CLIENT_VERSION_IS_RELEASE true
|
#define CLIENT_VERSION_IS_RELEASE true
|
||||||
|
Loading…
Reference in New Issue
Block a user