From b21cdbad60657a802cf8dcd65970c3cc06f4dc60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fahller?= Date: Fri, 21 Jul 2023 16:13:17 +0200 Subject: [PATCH] Prepared for v45 --- CMakeLists.txt | 2 +- ChangeLog | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9ad38117..aa298a0e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ include(CheckCXXCompilerFlag) write_basic_package_version_file( "${CMAKE_CURRENT_BINARY_DIR}/trompeloeil/trompeloeil-config-version.cmake" - VERSION 44 + VERSION 45 COMPATIBILITY AnyNewerVersion ARCH_INDEPENDENT) diff --git a/ChangeLog b/ChangeLog index a45c8907..269ab29b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +v45 2023-07-21 + * Support matching regular expressions to std::string view * Added adapter for QA Systems Cantata. Thank you Andreas Schätti