Bump version to 2.2.0

Added new functions/features, so bump minor version number.
This commit is contained in:
Stephen Seo 2024-05-06 14:12:30 +09:00
parent 531b17a60b
commit ef52303a6a
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ set(SC_3D_CollisionDetectionHelpers_HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/src/sc_
add_library(SC_3D_CollisionDetectionHelpers ${SC_3D_CollisionDetectionHelpers_SOURCES})
set_target_properties(SC_3D_CollisionDetectionHelpers PROPERTIES VERSION 2.1.0 SOVERSION 2)
set_target_properties(SC_3D_CollisionDetectionHelpers PROPERTIES VERSION 2.2.0 SOVERSION 2)
target_compile_features(SC_3D_CollisionDetectionHelpers PUBLIC cxx_std_20)
if(NOT DEFINED CMAKE_BUILD_TYPE OR "${CMAKE_BUILD_TYPE}" STREQUAL "")

View file

@ -1,6 +1,6 @@
# Changelog
## Upcoming Changes
## Version 2.2.0
Refactoring of internally used function.