EVMC 5.1.0-dev

Bump version: 5.0.0 → 5.1.0-dev
This commit is contained in:
Paweł Bylica 2018-08-10 11:12:25 +02:00
parent cd435f8f78
commit b4ecf0e36f
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 = 5.0.0
current_version = 5.1.0-dev
tag = False
commit = True
message = EVMC {new_version}

View File

@ -24,7 +24,7 @@ include(defaults/HunterCacheServers)
include(HunterConfig)
project(evmc)
set(PROJECT_VERSION 5.0.0)
set(PROJECT_VERSION 5.1.0-dev)
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug Release)