Skip to content

Commit

Permalink
0.8.7.9 version
Browse files Browse the repository at this point in the history
  • Loading branch information
leoreinaux committed Aug 3, 2017
1 parent 3f233c7 commit 0b25f51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 8
#define CLIENT_VERSION_BUILD 9

// Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE true
Expand Down
2 changes: 1 addition & 1 deletion zcoin.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TEMPLATE = app
TARGET = zcoin-qt
macx:TARGET = "zcoin-qt"
VERSION = 0.8.7.8
VERSION = 0.8.7.9
INCLUDEPATH += src src/json src/qt
QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
Expand Down

0 comments on commit 0b25f51

Please sign in to comment.