EVMC 6.2.0-dev

Bump version: 6.1.1 → 6.2.0-dev
This commit is contained in:
Paweł Bylica 2019-03-11 12:32:22 +01:00
parent bf7064dca5
commit b4161767b1
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 6.1.1
current_version = 6.2.0-dev
tag = True
commit = True
message = EVMC {new_version}

View File

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