EVMC 6.3.0-alpha.1

Bump version: 6.3.0-alpha.0 → 6.3.0-alpha.1
This commit is contained in:
Paweł Bylica 2019-06-19 19:45:16 +02:00
parent 464e226f53
commit 94fe0976e3
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
6 changed files with 8 additions and 7 deletions

View File

@ -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}

View File

@ -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)

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"