mirror of
https://github.com/status-im/evmc.git
synced 2025-02-23 16:38:06 +00:00
EVMC 5.1.0
Bump version: 5.1.0-dev → 5.1.0
This commit is contained in:
parent
0ff7c38f9b
commit
b1ffc31fab
@ -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}
|
||||||
|
@ -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
|
@ -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)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user