Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lukem512 committed Sep 12, 2014
1 parent ece50d7 commit 0d2c5db
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions contrib/installer/maxcoin.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# version
!define VERSIONMAJOR 0
!define VERSIONMINOR 9
!define VERSIONBUILD 1
!define VERSIONINCRM 0
!define VERSIONBUILD 3
!define VERSIONINCRM 1

# These will be displayed by the "Click here for support information" link in "Add/Remove Programs"
!define HELPURL "http://maxcoin.co.uk" # "Support Information" link
Expand Down
2 changes: 1 addition & 1 deletion maxcoin-qt.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TEMPLATE = app
TARGET = maxcoin-qt
macx:TARGET = "MaxCoin-Qt"
VERSION = 0.9.3.0
VERSION = 0.9.3.1
INCLUDEPATH += src src/json src/qt
QT += network
DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE
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 9
#define CLIENT_VERSION_REVISION 3
#define CLIENT_VERSION_BUILD 0
#define CLIENT_VERSION_BUILD 1

// 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 src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ extern const std::string CLIENT_DATE;
// network protocol versioning
//

static const int PROTOCOL_VERSION = 70004;
static const int PROTOCOL_VERSION = 70005;

// earlier versions not supported
static const int MIN_PROTO_VERSION = 70000;
Expand Down

0 comments on commit 0d2c5db

Please sign in to comment.