mirror of https://github.com/status-im/evmc.git
parent
4aebffc8bb
commit
4595b54bc3
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 6.1.0-dev
|
current_version = 6.1.0
|
||||||
tag = True
|
tag = True
|
||||||
commit = True
|
commit = True
|
||||||
message = EVMC {new_version}
|
message = EVMC {new_version}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [6.1.0-dev] - unreleased
|
## [6.1.0] - 2019-01-24
|
||||||
|
|
||||||
- Added: [[#174](https://github.com/ethereum/evmc/pull/174)]
|
- Added: [[#174](https://github.com/ethereum/evmc/pull/174)]
|
||||||
The **Istanbul** EVM revision.
|
The **Istanbul** EVM revision.
|
||||||
|
@ -103,7 +103,7 @@
|
||||||
Constantinople: Storage status is reported back from `evmc_set_storage()`.
|
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.1.0]: https://github.com/ethereum/evmc/releases/tag/v6.1.0
|
||||||
[6.0.2]: https://github.com/ethereum/evmc/releases/tag/v6.0.2
|
[6.0.2]: https://github.com/ethereum/evmc/releases/tag/v6.0.2
|
||||||
[6.0.1]: https://github.com/ethereum/evmc/releases/tag/v6.0.1
|
[6.0.1]: https://github.com/ethereum/evmc/releases/tag/v6.0.1
|
||||||
[6.0.0]: https://github.com/ethereum/evmc/releases/tag/v6.0.0
|
[6.0.0]: https://github.com/ethereum/evmc/releases/tag/v6.0.0
|
||||||
|
|
|
@ -29,7 +29,7 @@ endif()
|
||||||
cable_configure_toolchain(DEFAULT cxx11-pic)
|
cable_configure_toolchain(DEFAULT cxx11-pic)
|
||||||
|
|
||||||
project(evmc)
|
project(evmc)
|
||||||
set(PROJECT_VERSION 6.1.0-dev)
|
set(PROJECT_VERSION 6.1.0)
|
||||||
|
|
||||||
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug Release)
|
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug Release)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue