From 09e013bc0026630f6e721c1ba61a42aa6256d5eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fahller?= Date: Mon, 10 Apr 2023 07:39:59 +0200 Subject: [PATCH] Prepared for v44 --- CMakeLists.txt | 2 +- ChangeLog | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a33fee0..9ad38117 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/ChangeLog b/ChangeLog index 7a08ce5b..6605b812 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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