Skip to content

Commit

Permalink
EVMC 5.0.0
Browse files Browse the repository at this point in the history
Bump version: 5.0.0-dev → 5.0.0
  • Loading branch information
chfast committed Aug 10, 2018
1 parent 19c5c8b commit cd435f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.0.0-dev
current_version = 5.0.0
tag = False
commit = True
message = EVMC {new_version}
Expand All @@ -23,3 +23,4 @@ parse = EVMC_ABI_VERSION = (?P<major>\d+)
serialize = {major}
search = EVMC_ABI_VERSION = {current_version}
replace = EVMC_ABI_VERSION = {new_version}

2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ include(defaults/HunterCacheServers)
include(HunterConfig)

project(evmc)
set(PROJECT_VERSION 5.0.0-dev)
set(PROJECT_VERSION 5.0.0)

cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug Release)

Expand Down

0 comments on commit cd435f8

Please sign in to comment.