mirror of
https://github.com/status-im/evmc.git
synced 2025-02-22 07:58:19 +00:00
EVMC 7.0.0-alpha.0
Bump version: 7.0.0-alpha.0 → 7.0.0-alpha.0
This commit is contained in:
parent
e9d4648200
commit
10f038b57d
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 6.3.1
|
||||
current_version = 7.0.0-alpha.0
|
||||
tag = True
|
||||
sign_tags = True
|
||||
tag_message = EVMC {new_version}
|
||||
|
@ -37,7 +37,7 @@ cable_configure_toolchain(DEFAULT cxx11-pic)
|
||||
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug Release)
|
||||
|
||||
project(evmc)
|
||||
set(PROJECT_VERSION 6.3.1)
|
||||
set(PROJECT_VERSION 7.0.0-alpha.0)
|
||||
|
||||
cable_configure_compiler(NO_STACK_PROTECTION)
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
[package]
|
||||
name = "evmc-declare-tests"
|
||||
version = "6.3.1"
|
||||
version = "7.0.0-alpha.0"
|
||||
authors = ["Jake Lang <jak3lang@gmail.com>"]
|
||||
license = "Apache-2.0"
|
||||
repository = "https://github.com/ethereum/evmc"
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
[package]
|
||||
name = "evmc-declare"
|
||||
version = "6.3.1"
|
||||
version = "7.0.0-alpha.0"
|
||||
authors = ["Jake Lang <jak3lang@gmail.com>"]
|
||||
license = "Apache-2.0"
|
||||
repository = "https://github.com/ethereum/evmc"
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
[package]
|
||||
name = "evmc-sys"
|
||||
version = "6.3.1"
|
||||
version = "7.0.0-alpha.0"
|
||||
authors = ["Alex Beregszaszi <alex@rtfs.hu>"]
|
||||
license = "Apache-2.0"
|
||||
repository = "https://github.com/ethereum/evmc"
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
[package]
|
||||
name = "evmc-vm"
|
||||
version = "6.3.1"
|
||||
version = "7.0.0-alpha.0"
|
||||
authors = ["Alex Beregszaszi <alex@rtfs.hu>", "Jake Lang <jak3lang@gmail.com>"]
|
||||
license = "Apache-2.0"
|
||||
repository = "https://github.com/ethereum/evmc"
|
||||
|
@ -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].
|
||||
|
@ -44,7 +44,7 @@ enum
|
||||
*
|
||||
* @see @ref versioning
|
||||
*/
|
||||
EVMC_ABI_VERSION = 6
|
||||
EVMC_ABI_VERSION = 7
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user