Skip to content

Commit

Permalink
Update Version to 1.2.4
Browse files Browse the repository at this point in the history
Update Protocol Version to 70035
  • Loading branch information
MNPJason committed Feb 21, 2019
1 parent 569695a commit a67c4f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 2)
define(_CLIENT_VERSION_REVISION, 3)
define(_CLIENT_VERSION_REVISION, 4)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2019)
Expand Down
6 changes: 3 additions & 3 deletions src/config/mnpcoin-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#define CLIENT_VERSION_MINOR 2

/* Build revision */
#define CLIENT_VERSION_REVISION 3
#define CLIENT_VERSION_REVISION 4

/* Version is release */
#define COPYRIGHT_YEAR 2019
Expand Down Expand Up @@ -274,7 +274,7 @@
#define PACKAGE_NAME "MNPCoin Core"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "MNPCoin Core 1.2.3"
#define PACKAGE_STRING "MNPCoin Core 1.2.4"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "mnpcoin"
Expand All @@ -283,7 +283,7 @@
#define PACKAGE_URL ""

/* Define to the version of this package. */
#define PACKAGE_VERSION "1.2.3"
#define PACKAGE_VERSION "1.2.4"

/* Define to necessary symbol if this constant uses a non-standard name on
your system. */
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* network protocol versioning
*/

static const int PROTOCOL_VERSION = 70030;
static const int PROTOCOL_VERSION = 70035;

//! initial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;
Expand Down

0 comments on commit a67c4f0

Please sign in to comment.