Bump dev version to 8.0.0

(For anyone watching at home: 8.0.x is our testnet version, the first
release meant for mainnet will be 8.1.0).
This commit is contained in:
Jason Rhinelander 2020-09-18 19:20:59 -03:00
parent d4ed4650c4
commit b3f3de135d
2 changed files with 3 additions and 2 deletions

View File

@ -57,9 +57,9 @@ cmake_minimum_required(VERSION 3.10)
message(STATUS "CMake version ${CMAKE_VERSION}")
project(loki
VERSION 7.1.9
VERSION 8.0.0
LANGUAGES CXX C)
set(LOKI_RELEASE_CODENAME "Valiant Vidar")
set(LOKI_RELEASE_CODENAME "Salty Saga")
# String value to append to the full version string; this is intended to easily identify whether a
# binary was build from the release or development branches. This should be permanently set to an

View File

@ -222,6 +222,7 @@ namespace service_nodes {
};
constexpr proof_version MIN_UPTIME_PROOF_VERSIONS[] = {
{cryptonote::network_version_16_pulse, {8,0,0}},
{cryptonote::network_version_15_lns, {7,1,2}},
{cryptonote::network_version_14_blink, {6,1,0}},
{cryptonote::network_version_13_enforce_checkpoints, {5,1,0}},