We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67dd74 commit eaeb89cCopy full SHA for eaeb89c
CMakeLists.txt
@@ -10,7 +10,7 @@ option(TROMPELOEIL_BUILD_TESTS "Build self test programs" off)
10
11
write_basic_package_version_file(
12
"${CMAKE_CURRENT_BINARY_DIR}/trompeloeil/trompeloeil-config-version.cmake"
13
- VERSION 48
+ VERSION 49
14
COMPATIBILITY AnyNewerVersion
15
ARCH_INDEPENDENT)
16
ChangeLog
@@ -1,3 +1,5 @@
1
+v49 2024-10-07
2
+
3
* Added mocking macros that infers function arity from a trailing return
4
type syntax signature.
5
0 commit comments