Skip to content

Commit

Permalink
Prepared for v44
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear committed Apr 10, 2023
1 parent 790aeb4 commit 09e013b
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 @@ -8,7 +8,7 @@ include(CheckCXXCompilerFlag)

write_basic_package_version_file(
"${CMAKE_CURRENT_BINARY_DIR}/trompeloeil/trompeloeil-config-version.cmake"
VERSION 43
VERSION 44
COMPATIBILITY AnyNewerVersion
ARCH_INDEPENDENT)

Expand Down
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v44 2023-04-10

* Fixed issue 293: Wildcard _ could not match types that can be
constructed from any type. This fix unfortunately turns off conversion
warnings for REQUIRE_CALL and friends when building with gcc. Thank
Expand Down

0 comments on commit 09e013b

Please sign in to comment.