Bumping protocol version on master since we have a V13 stabilization branch.
This commit is contained in:
parent
279c7b96e7
commit
fbaac75550
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue