EVMC 5.2.0

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

View File

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

View File

@ -1,6 +1,6 @@
# Changelog
## [5.2.0-dev] - unreleased
## [5.2.0] - 2018-08-28
- Feature: [[#81](https://github.com/ethereum/evmc/pull/81)]
Use also "evmc_create" function name for loading EVMC DLLs.
@ -50,6 +50,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.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-dev)
set(PROJECT_VERSION 5.2.0)
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug Release)