mirror of
https://github.com/status-im/evmc.git
synced 2025-02-23 16:38:06 +00:00
EVMC 6.3.0-alpha.1
Bump version: 6.3.0-alpha.0 → 6.3.0-alpha.1
This commit is contained in:
parent
464e226f53
commit
94fe0976e3
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 6.3.0-alpha.0
|
||||
current_version = 6.3.0-alpha.1
|
||||
tag = True
|
||||
sign_tags = True
|
||||
tag_message = EVMC {new_version}
|
||||
@ -41,3 +41,4 @@ search = version = \"{current_version}\"
|
||||
serialize = {major}
|
||||
search = ABI version {current_version}
|
||||
replace = ABI version {new_version}
|
||||
|
||||
|
@ -35,7 +35,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.0)
|
||||
set(PROJECT_VERSION 6.3.0-alpha.1)
|
||||
|
||||
cable_configure_compiler(NO_STACK_PROTECTION)
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
[package]
|
||||
name = "evmc-declare-tests"
|
||||
version = "6.3.0-alpha.0"
|
||||
version = "6.3.0-alpha.1"
|
||||
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.0-alpha.0"
|
||||
version = "6.3.0-alpha.1"
|
||||
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.0-alpha.0"
|
||||
version = "6.3.0-alpha.1"
|
||||
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.0-alpha.0"
|
||||
version = "6.3.0-alpha.1"
|
||||
authors = ["Alex Beregszaszi <alex@rtfs.hu>", "Jake Lang <jak3lang@gmail.com>"]
|
||||
license = "Apache-2.0"
|
||||
repository = "https://github.com/ethereum/evmc"
|
||||
|
Loading…
x
Reference in New Issue
Block a user