Skip to content

Commit

Permalink
bump build v1.1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
presstab committed May 29, 2015
1 parent 9df2386 commit 9f274a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 1
#define CLIENT_VERSION_REVISION 1
#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
2 changes: 1 addition & 1 deletion src/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "version.h"

// Client version number
#define CLIENT_VERSION_SUFFIX "HyperStake-1.1.1.1"
#define CLIENT_VERSION_SUFFIX "HyperStake-1.1.1.2"


// The following part of the code determines the CLIENT_BUILD variable.
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ static const int MEMPOOL_GD_VERSION = 60002;
#define DISPLAY_VERSION_MAJOR 1
#define DISPLAY_VERSION_MINOR 1
#define DISPLAY_VERSION_REVISION 1
#define DISPLAY_VERSION_BUILD 1
#define DISPLAY_VERSION_BUILD 2

#endif

0 comments on commit 9f274a7

Please sign in to comment.