Bumping protocol version on master since we have a V13 stabilization branch.

This commit is contained in:
clemahieu 2018-05-09 18:34:45 +01:00
commit fbaac75550
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
cmake_minimum_required (VERSION 2.8.11)
project (rai)
set (CPACK_PACKAGE_VERSION_MAJOR "13")
set (CPACK_PACKAGE_VERSION_MAJOR "14")
set (CPACK_PACKAGE_VERSION_MINOR "0")
set (CPACK_PACKAGE_VERSION_PATCH "0")
if (DEFINED GIT_COMMIT)

View file

@ -23,7 +23,7 @@ struct hash<rai::uint256_union>
}
namespace rai
{
const uint8_t protocol_version = 0x09;
const uint8_t protocol_version = 0x0a;
const uint8_t protocol_version_min = 0x07;
class block_store;