mirror of https://github.com/status-im/evmc.git
parent
bf7064dca5
commit
b4161767b1
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 6.1.1
|
||||
current_version = 6.2.0-dev
|
||||
tag = True
|
||||
commit = True
|
||||
message = EVMC {new_version}
|
||||
|
|
|
@ -29,7 +29,7 @@ endif()
|
|||
cable_configure_toolchain(DEFAULT cxx11-pic)
|
||||
|
||||
project(evmc)
|
||||
set(PROJECT_VERSION 6.1.1)
|
||||
set(PROJECT_VERSION 6.2.0-dev)
|
||||
|
||||
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug Release)
|
||||
|
||||
|
|
Loading…
Reference in New Issue