Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Commit cd435f8

Browse files
committed
EVMC 5.0.0
Bump version: 5.0.0-dev → 5.0.0
1 parent 19c5c8b commit cd435f8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.0.0-dev
2+
current_version = 5.0.0
33
tag = False
44
commit = True
55
message = EVMC {new_version}
@@ -23,3 +23,4 @@ parse = EVMC_ABI_VERSION = (?P<major>\d+)
2323
serialize = {major}
2424
search = EVMC_ABI_VERSION = {current_version}
2525
replace = EVMC_ABI_VERSION = {new_version}
26+

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ include(defaults/HunterCacheServers)
2424
include(HunterConfig)
2525

2626
project(evmc)
27-
set(PROJECT_VERSION 5.0.0-dev)
27+
set(PROJECT_VERSION 5.0.0)
2828

2929
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug Release)
3030

0 commit comments

Comments
 (0)