diff --git a/configure.ac b/configure.ac index 96c12f7e7..c8f68d077 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N) AC_PREREQ([2.60]) define(_CLIENT_VERSION_MAJOR, 0) define(_CLIENT_VERSION_MINOR, 14) -define(_CLIENT_VERSION_REVISION, 9) +define(_CLIENT_VERSION_REVISION, 11) define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2018) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 9aea2795b..224f9d08d 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -2324,7 +2324,7 @@ class CMainParams : public CChainParams /** Height or Time Based Activations **/ //nLastPOWBlock = 2880; // 2 days @ 1440 per day (PIVX: 259200, Phore 200) //nLastPOWBlock = 20160; // 14 days @ 1440 per day (PIVX: 259200, Phore 200) - nLastPOWBlock = 6200; // for testing PoS transition before official launch + nLastPOWBlock = 6600; // for testing PoS transition before official launch //if the lowest block height (vSortedByTimestamp[0]) is >= switch height, use new modifier calc // nModifierUpdateBlock = 0; // (PIVX: 615800) nZerocoinStartHeight = 999999999; // (PIVX: 863787, Phore 90000)