Skip to content

Commit 858f5f1

Browse files
committed
Prepared for v40
1 parent a7daeba commit 858f5f1

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 @@ include(CheckCXXCompilerFlag)
1010

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

1616
add_library(trompeloeil INTERFACE)

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
v40 2021-03-14
2+
13
* Silenced -Wnonnull warning from GCC 9 and newer. Thank you Tony Neubert.
24

35
* Fixed custom reported documentation bug. Thanks Matt Godbolt.

0 commit comments

Comments
 (0)