Skip to content

Commit 09e013b

Browse files
committed
Prepared for v44
1 parent 790aeb4 commit 09e013b

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
@@ -8,7 +8,7 @@ include(CheckCXXCompilerFlag)
88

99
write_basic_package_version_file(
1010
"${CMAKE_CURRENT_BINARY_DIR}/trompeloeil/trompeloeil-config-version.cmake"
11-
VERSION 43
11+
VERSION 44
1212
COMPATIBILITY AnyNewerVersion
1313
ARCH_INDEPENDENT)
1414

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
v44 2023-04-10
2+
13
* Fixed issue 293: Wildcard _ could not match types that can be
24
constructed from any type. This fix unfortunately turns off conversion
35
warnings for REQUIRE_CALL and friends when building with gcc. Thank

0 commit comments

Comments
 (0)