Skip to content

Commit

Permalink
v1.0.9 Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
presstab committed Jan 17, 2015
1 parent 4b9d293 commit dfcb740
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
const std::string CLIENT_NAME("HyperStake");

// Client version number
#define CLIENT_VERSION_SUFFIX "HyperStake-1.0.7.3"
#define CLIENT_VERSION_SUFFIX "HyperStake-1.0.9-BETA"


// The following part of the code determines the CLIENT_BUILD variable.
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ static const int MEMPOOL_GD_VERSION = 60002;

#define DISPLAY_VERSION_MAJOR 1
#define DISPLAY_VERSION_MINOR 0
#define DISPLAY_VERSION_REVISION 7
#define DISPLAY_VERSION_BUILD 3
#define DISPLAY_VERSION_REVISION 9
#define DISPLAY_VERSION_BUILD 0

#endif

0 comments on commit dfcb740

Please sign in to comment.