diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index 2f58178c..f91961ca 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -1,7 +1,7 @@ TEMPLATE = app TARGET = sha1coin-qt macx:TARGET = "Sha1coin-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 diff --git a/doc/release-notes.md b/doc/release-notes.md index c5e56a8f..632711d1 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -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 ============= diff --git a/share/setup.nsi b/share/setup.nsi index 6b10e7a5..6da78a73 100644 --- a/share/setup.nsi +++ b/share/setup.nsi @@ -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 "Sha1coin project" !define URL http://ohac.github.io/sha1coin diff --git a/src/clientversion.h b/src/clientversion.h index 3981644c..36d0ad71 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -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