Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Commit 14d70e4

Browse files
committed
EVMC 6.2.2
Bump version: 6.2.1 → 6.2.2
1 parent 703b661 commit 14d70e4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 6.2.1
2+
current_version = 6.2.2
33
tag = True
44
sign_tags = True
55
tag_message = EVMC {new_version}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [6.2.2] - unreleased
3+
## [6.2.2] - 2019-05-16
44

55
- Fixed: [[#281](https://github.com/ethereum/evmc/pull/281)]
66
Compilation error of `evmc::result::raw()` in Visual Studio fixed.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ endif()
3434
cable_configure_toolchain(DEFAULT cxx11-pic)
3535

3636
project(evmc)
37-
set(PROJECT_VERSION 6.2.1)
37+
set(PROJECT_VERSION 6.2.2)
3838

3939
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug Release)
4040

bindings/rust/evmc-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "evmc-sys"
7-
version = "6.2.1"
7+
version = "6.2.2"
88
authors = ["Alex Beregszaszi <alex@rtfs.hu>"]
99
license = "Apache-2.0"
1010
repository = "https://github.com/ethereum/evmc"

bindings/rust/evmc-vm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "evmc-vm"
7-
version = "6.2.1"
7+
version = "6.2.2"
88
authors = ["Alex Beregszaszi <alex@rtfs.hu>"]
99
license = "Apache-2.0"
1010
repository = "https://github.com/ethereum/evmc"

0 commit comments

Comments
 (0)