Skip to content

Commit

Permalink
Prepared for v40
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear committed Mar 14, 2021
1 parent a7daeba commit 858f5f1
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 @@ include(CheckCXXCompilerFlag)

write_basic_package_version_file(
"${CMAKE_CURRENT_BINARY_DIR}/trompeloeil/trompeloeil-config-version.cmake"
VERSION 39
VERSION 40
COMPATIBILITY AnyNewerVersion)

add_library(trompeloeil INTERFACE)
Expand Down
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v40 2021-03-14

* Silenced -Wnonnull warning from GCC 9 and newer. Thank you Tony Neubert.

* Fixed custom reported documentation bug. Thanks Matt Godbolt.
Expand Down

0 comments on commit 858f5f1

Please sign in to comment.