Skip to content

Commit 83f7d0c

Browse files
committed
Prepared for v41
1 parent 08ca1ee commit 83f7d0c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include(CheckCXXCompilerFlag)
1010

1111
write_basic_package_version_file(
1212
"${CMAKE_CURRENT_BINARY_DIR}/trompeloeil/trompeloeil-config-version.cmake"
13-
VERSION 40
13+
VERSION 41
1414
COMPATIBILITY AnyNewerVersion)
1515

1616
add_library(trompeloeil INTERFACE)

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
v41 2021-06-15
2+
13
* catch2 adapter works with CATCH_CONFIG_PREFIX_ALL.
24
thanks Christian Morales Vega
35

0 commit comments

Comments
 (0)