Stamp the 2.0.3 project version
All checks were successful
libakerror CI Build / cmake_build (push) Successful in 3m31s
libakerror CI Build / cmake_build_freestanding (push) Successful in 2m44s
libakerror CI Build / sanitizer (push) Successful in 2m55s
libakerror CI Build / coverage (push) Successful in 2m55s
libakerror CI Build / mutation_test (push) Successful in 40m29s
All checks were successful
libakerror CI Build / cmake_build (push) Successful in 3m31s
libakerror CI Build / cmake_build_freestanding (push) Successful in 2m44s
libakerror CI Build / sanitizer (push) Successful in 2m55s
libakerror CI Build / coverage (push) Successful in 2m55s
libakerror CI Build / mutation_test (push) Successful in 40m29s
This commit is contained in:
@@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 3.10)
|
|||||||
# calls akerr_exit() instead of exit(1) directly, which changes that exit code
|
# calls akerr_exit() instead of exit(1) directly, which changes that exit code
|
||||||
# from 1 to AKERR_EXIT_STATUS_UNREPRESENTABLE (125) -- a deliberate behavior
|
# from 1 to AKERR_EXIT_STATUS_UNREPRESENTABLE (125) -- a deliberate behavior
|
||||||
# change, not an ABI break: no soname move, no entry point changed shape.
|
# change, not an ABI break: no soname move, no entry point changed shape.
|
||||||
project(akerror VERSION 2.0.2 LANGUAGES C)
|
project(akerror VERSION 2.0.3 LANGUAGES C)
|
||||||
|
|
||||||
include(GNUInstallDirs)
|
include(GNUInstallDirs)
|
||||||
include(CMakePackageConfigHelpers)
|
include(CMakePackageConfigHelpers)
|
||||||
|
|||||||
Reference in New Issue
Block a user