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 a7daeba commit 858f5f1Copy full SHA for 858f5f1
CMakeLists.txt
@@ -10,7 +10,7 @@ include(CheckCXXCompilerFlag)
10
11
write_basic_package_version_file(
12
"${CMAKE_CURRENT_BINARY_DIR}/trompeloeil/trompeloeil-config-version.cmake"
13
- VERSION 39
+ VERSION 40
14
COMPATIBILITY AnyNewerVersion)
15
16
add_library(trompeloeil INTERFACE)
ChangeLog
@@ -1,3 +1,5 @@
1
+v40 2021-03-14
2
+
3
* Silenced -Wnonnull warning from GCC 9 and newer. Thank you Tony Neubert.
4
5
* Fixed custom reported documentation bug. Thanks Matt Godbolt.
0 commit comments