Skip to content

Commit b565c1e

Browse files
authored
Bump version to 2.4.1
1 parent 76ac9d4 commit b565c1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cmake_policy(SET CMP0091 NEW) # Enable MSVC ABI selection
1313
# Enable solution folders globally:
1414
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
1515

16-
project(CML VERSION 2.4.0 LANGUAGES CXX)
16+
project(CML VERSION 2.4.1 LANGUAGES CXX)
1717
message(STATUS "Building ${PROJECT_NAME} ${CML_VERSION}")
1818

1919
if(NOT DEFINED CMAKE_CXX_COMPILER_ID)
@@ -100,4 +100,4 @@ install(
100100
export(
101101
EXPORT Targets
102102
FILE "${CMAKE_BINARY_DIR}/${CML_INSTALL_CMAKEDIR}/${_TARGET_FILE}"
103-
)
103+
)

0 commit comments

Comments
 (0)