From 8ae8d7efcf07cc441b12da0fa65d7379a66dc849 Mon Sep 17 00:00:00 2001 From: Andrei Maiboroda Date: Wed, 31 Jul 2019 15:12:11 +0200 Subject: [PATCH] Bump version --- .bumpversion.cfg | 2 +- CMakeLists.txt | 2 +- bindings/rust/evmc-declare-tests/Cargo.toml | 2 +- bindings/rust/evmc-declare/Cargo.toml | 2 +- bindings/rust/evmc-sys/Cargo.toml | 2 +- bindings/rust/evmc-vm/Cargo.toml | 2 +- docs/EVMC.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b44f12d66..e4cfdd22c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 6.3.0-alpha.1 +current_version = 7.0.0-dev tag = True sign_tags = True tag_message = EVMC {new_version} diff --git a/CMakeLists.txt b/CMakeLists.txt index 188f7fbfe..16b774d99 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,7 @@ cable_configure_toolchain(DEFAULT cxx11-pic) cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug Release) project(evmc) -set(PROJECT_VERSION 6.3.0-alpha.1) +set(PROJECT_VERSION 7.0.0-dev) cable_configure_compiler(NO_STACK_PROTECTION) diff --git a/bindings/rust/evmc-declare-tests/Cargo.toml b/bindings/rust/evmc-declare-tests/Cargo.toml index dfd096cff..8a01c8751 100644 --- a/bindings/rust/evmc-declare-tests/Cargo.toml +++ b/bindings/rust/evmc-declare-tests/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "evmc-declare-tests" -version = "6.3.0-alpha.1" +version = "7.0.0-dev" authors = ["Jake Lang "] license = "Apache-2.0" repository = "https://github.com/ethereum/evmc" diff --git a/bindings/rust/evmc-declare/Cargo.toml b/bindings/rust/evmc-declare/Cargo.toml index 59f1997da..5dac28ebe 100644 --- a/bindings/rust/evmc-declare/Cargo.toml +++ b/bindings/rust/evmc-declare/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "evmc-declare" -version = "6.3.0-alpha.1" +version = "7.0.0-dev" authors = ["Jake Lang "] license = "Apache-2.0" repository = "https://github.com/ethereum/evmc" diff --git a/bindings/rust/evmc-sys/Cargo.toml b/bindings/rust/evmc-sys/Cargo.toml index ed4db4c2e..56bbb7e0f 100644 --- a/bindings/rust/evmc-sys/Cargo.toml +++ b/bindings/rust/evmc-sys/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "evmc-sys" -version = "6.3.0-alpha.1" +version = "7.0.0-dev" authors = ["Alex Beregszaszi "] license = "Apache-2.0" repository = "https://github.com/ethereum/evmc" diff --git a/bindings/rust/evmc-vm/Cargo.toml b/bindings/rust/evmc-vm/Cargo.toml index dcee6fe7a..b0a352c8c 100644 --- a/bindings/rust/evmc-vm/Cargo.toml +++ b/bindings/rust/evmc-vm/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "evmc-vm" -version = "6.3.0-alpha.1" +version = "7.0.0-dev" authors = ["Alex Beregszaszi ", "Jake Lang "] license = "Apache-2.0" repository = "https://github.com/ethereum/evmc" diff --git a/docs/EVMC.md b/docs/EVMC.md index ba7e4f50f..ac4942c25 100644 --- a/docs/EVMC.md +++ b/docs/EVMC.md @@ -1,6 +1,6 @@ # EVMC – Ethereum Client-VM Connector API {#mainpage} -**ABI version 6** +**ABI version 7** The EVMC is the low-level ABI between Ethereum Virtual Machines (EVMs) and Ethereum Clients. On the EVM-side it supports classic EVM1 and [ewasm].