diff --git a/configure.ac b/configure.ac index c69cb1ca72..cbb09fcbf4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N) AC_PREREQ([2.60]) define(_CLIENT_VERSION_MAJOR, 4) -define(_CLIENT_VERSION_MINOR, 1) -define(_CLIENT_VERSION_REVISION, 12) +define(_CLIENT_VERSION_MINOR, 2) +define(_CLIENT_VERSION_REVISION, 0) define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_RC, 0) define(_CLIENT_VERSION_IS_RELEASE, true) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 34bcf99ffe..fc4225069e 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -143,7 +143,7 @@ class CMainParams : public CChainParams { consensus.DF21GrandCentralEpilogueHeight = 2574000; // Jan 10th, 2023. consensus.DF22MetachainHeight = 3462000; // Nov 15th, 2023. consensus.DF23Height = 4006000; // May 23th, 2024. Tentative date, might change on stable release. - consensus.DF24Height = std::numeric_limits::max(); + consensus.DF24Height = std::numeric_limits::max(); // TODO: Target in 2 weeks consensus.pos.diffLimit = uint256S("00000fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"); // consensus.pos.nTargetTimespan = 14 * 24 * 60 * 60; // two weeks diff --git a/src/version.h b/src/version.h index 70eef849d0..0dfb457cff 100644 --- a/src/version.h +++ b/src/version.h @@ -14,7 +14,7 @@ static const int INIT_PROTO_VERSION = 209; // TODO: Alias this to the latest network upgrade height that the node supports // as they are synonymous. -static const int PROTOCOL_VERSION = 70038; +static const int PROTOCOL_VERSION = 70039; // TODO: Set this as the previous successful network upgrade height // pre-node release. Each version can supports connecting from