Skip to content

Commit

Permalink
Sha1coin v0.8.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ohac committed Jul 11, 2014
1 parent 0d5b1b9 commit 3a7232d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bitcoin-qt.pro
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 4 additions & 1 deletion doc/release-notes.md
Original file line number Diff line number Diff line change
@@ -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
=============
Expand Down
2 changes: 1 addition & 1 deletion share/setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a7232d

Please sign in to comment.