EVMC 6.3.0-dev

Bump version: 6.2.1 → 6.3.0-dev
This commit is contained in:
Paweł Bylica 2019-05-06 10:22:28 +02:00
parent 0eb8466c77
commit cf1311a670
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 6.2.1
current_version = 6.3.0-dev
tag = True
sign_tags = True
tag_message = EVMC {new_version}

View File

@ -34,7 +34,7 @@ endif()
cable_configure_toolchain(DEFAULT cxx11-pic)
project(evmc)
set(PROJECT_VERSION 6.2.1)
set(PROJECT_VERSION 6.3.0-dev)
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug Release)

View File

@ -4,7 +4,7 @@
[package]
name = "evmc-sys"
version = "6.2.1"
version = "6.3.0-dev"
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.2.1"
version = "6.3.0-dev"
authors = ["Alex Beregszaszi <alex@rtfs.hu>"]
license = "Apache-2.0"
repository = "https://github.com/ethereum/evmc"