Skip to content

Commit

Permalink
Merge pull request #36 from presstab/master
Browse files Browse the repository at this point in the history
v1.1.2
  • Loading branch information
presstab committed Dec 3, 2015
2 parents fb34a3a + 67d3be3 commit f3f9ec6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 4)
define(_CLIENT_VERSION_REVISION, 4)
define(_CLIENT_VERSION_MINOR, 1)
define(_CLIENT_VERSION_REVISION, 2)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2014)
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.3"
#define CLIENT_VERSION_SUFFIX "HyperStake-1.1.2.0"


// The following part of the code determines the CLIENT_BUILD variable.
Expand Down

0 comments on commit f3f9ec6

Please sign in to comment.