Skip to content

Commit eaeb89c

Browse files
committed
Updates for v49
1 parent e67dd74 commit eaeb89c

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
@@ -10,7 +10,7 @@ option(TROMPELOEIL_BUILD_TESTS "Build self test programs" off)
1010

1111
write_basic_package_version_file(
1212
"${CMAKE_CURRENT_BINARY_DIR}/trompeloeil/trompeloeil-config-version.cmake"
13-
VERSION 48
13+
VERSION 49
1414
COMPATIBILITY AnyNewerVersion
1515
ARCH_INDEPENDENT)
1616

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
v49 2024-10-07
2+
13
* Added mocking macros that infers function arity from a trailing return
24
type syntax signature.
35

0 commit comments

Comments
 (0)