Skip to content

Commit

Permalink
Prepared for v41
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear committed Jun 15, 2021
1 parent 08ca1ee commit 83f7d0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include(CheckCXXCompilerFlag)

write_basic_package_version_file(
"${CMAKE_CURRENT_BINARY_DIR}/trompeloeil/trompeloeil-config-version.cmake"
VERSION 40
VERSION 41
COMPATIBILITY AnyNewerVersion)

add_library(trompeloeil INTERFACE)
Expand Down
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v41 2021-06-15

* catch2 adapter works with CATCH_CONFIG_PREFIX_ALL.
thanks Christian Morales Vega

Expand Down

0 comments on commit 83f7d0c

Please sign in to comment.