EVMC 6.1.0-dev

Bump version: 6.0.0 → 6.1.0-dev
This commit is contained in:
Paweł Bylica 2018-10-24 23:23:15 +02:00
parent 354ba6f540
commit fe3d59aa5c
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
3 changed files with 5 additions and 3 deletions

View File

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

View File

@ -1,5 +1,7 @@
# Changelog
## [6.1.0-dev] - unreleased
## [6.0.0] - 2018-10-24
- Added: [[#116](https://github.com/ethereum/evmc/pull/116)]
@ -78,7 +80,7 @@
- Feature: [[#52](https://github.com/ethereum/evmc/pull/52)]
Constantinople: Storage status is reported back from `evmc_set_storage()`.
[6.1.0-dev]: https://github.com/ethereum/evmc/compare/v6.0.0...HEAD
[6.0.0]: https://github.com/ethereum/evmc/releases/tag/v6.0.0
[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

View File

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