mirror of https://github.com/status-im/evmc.git
parent
2cbfbca699
commit
a3e35b5654
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 6.1.0
|
||||
current_version = 6.1.1
|
||||
tag = True
|
||||
commit = True
|
||||
message = EVMC {new_version}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## [6.1.1] - Unreleased
|
||||
## [6.1.1] - 2019-02-13
|
||||
|
||||
- Added: [[#192](https://github.com/ethereum/evmc/pull/192)]
|
||||
Documentation of elements of evmc_revision.
|
||||
|
@ -111,7 +111,7 @@
|
|||
Constantinople: Storage status is reported back from `evmc_set_storage()`.
|
||||
|
||||
|
||||
[6.1.1]: https://github.com/ethereum/evmc/compare/v6.1.0...release/6.1
|
||||
[6.1.1]: https://github.com/ethereum/evmc/releases/tag/v6.1.1
|
||||
[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.1]: https://github.com/ethereum/evmc/releases/tag/v6.0.1
|
||||
|
|
|
@ -29,7 +29,7 @@ endif()
|
|||
cable_configure_toolchain(DEFAULT cxx11-pic)
|
||||
|
||||
project(evmc)
|
||||
set(PROJECT_VERSION 6.1.0)
|
||||
set(PROJECT_VERSION 6.1.1)
|
||||
|
||||
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug Release)
|
||||
|
||||
|
|
Loading…
Reference in New Issue