This commit is contained in:
Chris Thrasher
2025-04-08 12:33:47 -06:00
parent f51dc98dfc
commit 2b60af89e2
7 changed files with 28 additions and 12 deletions

View File

@@ -35,7 +35,7 @@ if (CMAKE_BINARY_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
endif()
project(Catch2
VERSION 3.8.0 # CML version placeholder, don't delete
VERSION 3.8.1 # CML version placeholder, don't delete
LANGUAGES CXX
HOMEPAGE_URL "https://github.com/catchorg/Catch2"
DESCRIPTION "A modern, C++-native, unit test framework."