Skip to content

Commit

Permalink
Merge pull request #11 from hbastidas/master
Browse files Browse the repository at this point in the history
version 1.0.0.2
  • Loading branch information
hbastidas authored Dec 19, 2018
2 parents c09499f + 39f9f14 commit 419f98d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion coin-qt.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TEMPLATE = app
TARGET = ONIX-qt
macx:TARGET = "ONIX-Qt"
VERSION = 1.0.0.1
VERSION = 1.0.0.2
INCLUDEPATH += src src/json src/qt
QT += network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
Expand Down
4 changes: 2 additions & 2 deletions src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 0
#define CLIENT_VERSION_REVISION 0
#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

// Copyright year (2009-this)
// Todo: update this when changing our copyright comments in the source
#define COPYRIGHT_YEAR 2015
#define COPYRIGHT_YEAR 2018

// Converts the parameter X to a string after macro replacement on X has been performed.
// Don't merge these into one macro!
Expand Down

0 comments on commit 419f98d

Please sign in to comment.