EVMC 6.2.1

Bump version: 6.2.0 → 6.2.1
This commit is contained in:
Paweł Bylica 2019-04-29 18:05:30 +02:00
parent 8e4b8fabfc
commit bc30e5a42f
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
5 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 6.2.0
current_version = 6.2.1
tag = True
sign_tags = True
tag_message = EVMC {new_version}

View File

@ -1,6 +1,6 @@
# Changelog
## [6.2.1] - unreleased
## [6.2.1] - 2019-04-29
- Fixed:
[[#256](https://github.com/ethereum/evmc/issues/256),

View File

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

View File

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

View File

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