EVMC 6.0.0-dev

Bump version: 5.2.0 → 6.0.0-dev
This commit is contained in:
Paweł Bylica 2018-08-28 23:16:30 +02:00
parent 224080ef8c
commit e43026cf9f
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
4 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.2.0
current_version = 6.0.0-dev
tag = False
commit = True
message = EVMC {new_version}

View File

@ -1,5 +1,7 @@
# Changelog
## [6.0.0-dev] - unreleased
## [5.2.0] - 2018-08-28
- Feature: [[#81](https://github.com/ethereum/evmc/pull/81)]
@ -50,6 +52,7 @@
Constantinople: Storage status is reported back from `evmc_set_storage()`.
[6.0.0-dev]: https://github.com/ethereum/evmc/compare/v5.2.0...HEAD
[5.2.0]: https://github.com/ethereum/evmc/releases/tag/v5.2.0
[5.1.0]: https://github.com/ethereum/evmc/releases/tag/v5.1.0
[5.0.0]: https://github.com/ethereum/evmc/releases/tag/v5.0.0

View File

@ -24,7 +24,7 @@ include(defaults/HunterCacheServers)
include(HunterConfig)
project(evmc)
set(PROJECT_VERSION 5.2.0)
set(PROJECT_VERSION 6.0.0-dev)
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug Release)

View File

@ -23,7 +23,7 @@ extern "C" {
enum
{
/** The EVMC ABI version number of the interface declared in this file. */
EVMC_ABI_VERSION = 5
EVMC_ABI_VERSION = 6
};
/**