Litecoin v0.8.7.2
This commit is contained in:
parent
cc924b775c
commit
fab1907372
@ -1,7 +1,7 @@
|
||||
TEMPLATE = app
|
||||
TARGET = litecoin-qt
|
||||
macx:TARGET = "Litecoin-Qt"
|
||||
VERSION = 0.8.7.1
|
||||
VERSION = 0.8.7.2
|
||||
INCLUDEPATH += src src/json src/qt
|
||||
QT += core gui network
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
|
||||
@ -1,4 +1,7 @@
|
||||
- Upgrade to openssl-1.0.1h for CVE-2014-0224
|
||||
0.8.7.2 changes
|
||||
=============
|
||||
- Mac and Windows Official Gitian Builds: upgrade to openssl-1.0.1h for CVE-2014-0224
|
||||
Linux Gitian build uses Lucid 0.9.8k-7ubuntu8.18
|
||||
|
||||
0.8.7.1 changes
|
||||
=============
|
||||
|
||||
@ -5,7 +5,7 @@ SetCompressor /SOLID lzma
|
||||
|
||||
# General Symbol Definitions
|
||||
!define REGKEY "SOFTWARE\$(^Name)"
|
||||
!define VERSION 0.8.7.1
|
||||
!define VERSION 0.8.7.2
|
||||
!define COMPANY "Litecoin project"
|
||||
!define URL http://www.litecoin.org/
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
#define CLIENT_VERSION_MAJOR 0
|
||||
#define CLIENT_VERSION_MINOR 8
|
||||
#define CLIENT_VERSION_REVISION 7
|
||||
#define CLIENT_VERSION_BUILD 1
|
||||
#define CLIENT_VERSION_BUILD 2
|
||||
|
||||
// Set to true for release, false for prerelease or test build
|
||||
#define CLIENT_VERSION_IS_RELEASE true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user