diff --git a/configure.ac b/configure.ac index 3cb7a217eb..e964667a22 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, 2) -define(_CLIENT_VERSION_MINOR, 9) -define(_CLIENT_VERSION_REVISION, 4) +define(_CLIENT_VERSION_MINOR, 10) +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 269361adb4..5843cc85f4 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -136,7 +136,8 @@ class CMainParams : public CChainParams { consensus.FortCanningRoadHeight = 1786000; // April 11, 2022. consensus.FortCanningCrunchHeight = 1936000; // June 2, 2022. consensus.FortCanningSpringHeight = 2033000; // July 6, 2022. - consensus.GreatWorldHeight = std::numeric_limits::max(); + // TODO: Rename later to FortCanningGreatWorld + consensus.GreatWorldHeight = 2212000; // Sep 7th, 2022. consensus.pos.diffLimit = uint256S("00000fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"); // consensus.pos.nTargetTimespan = 14 * 24 * 60 * 60; // two weeks