EVMC 7.1.0-alpha.0

Bump version: 7.0.0 → 7.1.0-alpha.0
This commit is contained in:
Paweł Bylica 2019-11-18 16:36:41 +01:00
parent e770f78819
commit 015e4b8f5d
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
6 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 7.0.0
current_version = 7.1.0-alpha.0
tag = True
sign_tags = True
tag_message = EVMC {new_version}

View File

@ -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 7.0.0)
set(PROJECT_VERSION 7.1.0-alpha.0)
cable_configure_compiler(NO_STACK_PROTECTION)

View File

@ -4,7 +4,7 @@
[package]
name = "evmc-declare-tests"
version = "7.0.0"
version = "7.1.0-alpha.0"
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 = "7.0.0"
version = "7.1.0-alpha.0"
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 = "7.0.0"
version = "7.1.0-alpha.0"
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 = "7.0.0"
version = "7.1.0-alpha.0"
authors = ["Alex Beregszaszi <alex@rtfs.hu>", "Jake Lang <jak3lang@gmail.com>"]
license = "Apache-2.0"
repository = "https://github.com/ethereum/evmc"