EVMC 6.2.0

Bump version: 6.2.0-dev → 6.2.0
This commit is contained in:
Paweł Bylica 2019-04-25 08:56:20 +02:00
parent 15048cab49
commit 6987a50596
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
5 changed files with 6 additions and 6 deletions

View File

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

View File

@ -1,6 +1,6 @@
# Changelog # Changelog
## [6.2.0] - Unreleased ## [6.2.0] - 2019-04-25
- Added: [[#216](https://github.com/ethereum/evmc/pull/216)] - Added: [[#216](https://github.com/ethereum/evmc/pull/216)]
CMake option `EVMC_TEST_TOOLS` to build evmc-vmtester without bothering with internal unit tests. CMake option `EVMC_TEST_TOOLS` to build evmc-vmtester without bothering with internal unit tests.
@ -143,7 +143,7 @@
Constantinople: Storage status is reported back from `evmc_set_storage()`. Constantinople: Storage status is reported back from `evmc_set_storage()`.
[6.2.0]: https://github.com/ethereum/evmc/compare/v6.1.1...master [6.2.0]: https://github.com/ethereum/evmc/releases/tag/v6.2.0
[6.1.1]: https://github.com/ethereum/evmc/releases/tag/v6.1.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.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

View File

@ -34,7 +34,7 @@ endif()
cable_configure_toolchain(DEFAULT cxx11-pic) cable_configure_toolchain(DEFAULT cxx11-pic)
project(evmc) project(evmc)
set(PROJECT_VERSION 6.2.0-dev) set(PROJECT_VERSION 6.2.0)
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug Release) cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug Release)

View File

@ -4,7 +4,7 @@
[package] [package]
name = "evmc-sys" name = "evmc-sys"
version = "6.2.0-dev" version = "6.2.0"
authors = ["Alex Beregszaszi <alex@rtfs.hu>"] authors = ["Alex Beregszaszi <alex@rtfs.hu>"]
license = "Apache-2.0" license = "Apache-2.0"
repository = "https://github.com/ethereum/evmc" repository = "https://github.com/ethereum/evmc"

View File

@ -4,7 +4,7 @@
[package] [package]
name = "evmc-vm" name = "evmc-vm"
version = "6.2.0-dev" version = "6.2.0"
authors = ["Alex Beregszaszi <alex@rtfs.hu>"] authors = ["Alex Beregszaszi <alex@rtfs.hu>"]
license = "Apache-2.0" license = "Apache-2.0"
repository = "https://github.com/ethereum/evmc" repository = "https://github.com/ethereum/evmc"