Skip to content

Commit

Permalink
Updates for v49
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear committed Oct 7, 2024
1 parent e67dd74 commit eaeb89c
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 @@ -10,7 +10,7 @@ option(TROMPELOEIL_BUILD_TESTS "Build self test programs" off)

write_basic_package_version_file(
"${CMAKE_CURRENT_BINARY_DIR}/trompeloeil/trompeloeil-config-version.cmake"
VERSION 48
VERSION 49
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 @@
v49 2024-10-07

* Added mocking macros that infers function arity from a trailing return
type syntax signature.

Expand Down

0 comments on commit eaeb89c

Please sign in to comment.