EVMC 5.2.0-dev

Bump version: 5.1.0 → 5.2.0-dev
This commit is contained in:
Paweł Bylica 2018-08-23 18:53:54 +02:00
parent b1ffc31fab
commit 048152a1bf
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
3 changed files with 5 additions and 2 deletions

View File

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

View File

@ -1,5 +1,7 @@
# Changelog
## [5.2.0-dev] - unreleased
## [5.1.0] - 2018-08-23
- Feature: [[#41](https://github.com/ethereum/evmc/pull/41)]
@ -39,5 +41,6 @@
Constantinople: Storage status is reported back from `evmc_set_storage()`.
[5.2.0-dev]: https://github.com/ethereum/evmc/compare/v5.1.0...HEAD
[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.1.0)
set(PROJECT_VERSION 5.2.0-dev)
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug Release)