EVMC 5.1.0

Bump version: 5.1.0-dev → 5.1.0
This commit is contained in:
Paweł Bylica 2018-08-23 18:48:50 +02:00
parent 0ff7c38f9b
commit b1ffc31fab
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] [bumpversion]
current_version = 5.1.0-dev current_version = 5.1.0
tag = False tag = False
commit = True commit = True
message = EVMC {new_version} message = EVMC {new_version}

View File

@ -1,6 +1,6 @@
# Changelog # Changelog
## [5.1.0-dev] - unreleased ## [5.1.0] - 2018-08-23
- Feature: [[#41](https://github.com/ethereum/evmc/pull/41)] - Feature: [[#41](https://github.com/ethereum/evmc/pull/41)]
Go language bindings for EVMC. Go language bindings for EVMC.
@ -39,5 +39,5 @@
Constantinople: Storage status is reported back from `evmc_set_storage()`. Constantinople: Storage status is reported back from `evmc_set_storage()`.
[5.1.0-dev]: https://github.com/ethereum/evmc/compare/v5.0.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 [5.0.0]: https://github.com/ethereum/evmc/releases/tag/v5.0.0

View File

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