mirror of https://github.com/status-im/evmc.git
parent
0eb8466c77
commit
cf1311a670
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 6.2.1
|
current_version = 6.3.0-dev
|
||||||
tag = True
|
tag = True
|
||||||
sign_tags = True
|
sign_tags = True
|
||||||
tag_message = EVMC {new_version}
|
tag_message = EVMC {new_version}
|
||||||
|
|
|
@ -34,7 +34,7 @@ endif()
|
||||||
cable_configure_toolchain(DEFAULT cxx11-pic)
|
cable_configure_toolchain(DEFAULT cxx11-pic)
|
||||||
|
|
||||||
project(evmc)
|
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)
|
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug Release)
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "evmc-sys"
|
name = "evmc-sys"
|
||||||
version = "6.2.1"
|
version = "6.3.0-dev"
|
||||||
authors = ["Alex Beregszaszi <alex@rtfs.hu>"]
|
authors = ["Alex Beregszaszi <alex@rtfs.hu>"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
repository = "https://github.com/ethereum/evmc"
|
repository = "https://github.com/ethereum/evmc"
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "evmc-vm"
|
name = "evmc-vm"
|
||||||
version = "6.2.1"
|
version = "6.3.0-dev"
|
||||||
authors = ["Alex Beregszaszi <alex@rtfs.hu>"]
|
authors = ["Alex Beregszaszi <alex@rtfs.hu>"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
repository = "https://github.com/ethereum/evmc"
|
repository = "https://github.com/ethereum/evmc"
|
||||||
|
|
Loading…
Reference in New Issue