Skip to content

Commit

Permalink
bump version number to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wiggi committed Nov 26, 2016
1 parent acb684a commit 3cbfcb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion huntercoin-qt.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TEMPLATE = app
TARGET = huntercoin-qt
macx:TARGET = "HunterCoin-Qt"
VERSION = 1.3.1
VERSION = 1.4.0
INCLUDEPATH += src src/json src/qt
QT += network
DEFINES += GUI QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE
Expand Down
4 changes: 2 additions & 2 deletions src/qt/res/bitcoin-qt.rc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ IDI_ICON1 ICON DISCARDABLE "icons/huntercoin.ico"
#include <windows.h> // needed for VERSIONINFO

#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 3
#define CLIENT_VERSION_REVISION 1
#define CLIENT_VERSION_MINOR 4
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_BUILD 0

// Converts the parameter X to a string after macro replacement on X has been performed.
Expand Down
2 changes: 1 addition & 1 deletion src/serialize.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class CDataStream;
class CAutoFile;
static const unsigned int MAX_SIZE = 0x02000000;

static const int VERSION = 1030100;
static const int VERSION = 1040000;
static const char* pszSubVer = "";
static const bool VERSION_IS_BETA = false;

Expand Down

0 comments on commit 3cbfcb7

Please sign in to comment.