From 527d0650d305a73fb749844d9118691b7c1088c2 Mon Sep 17 00:00:00 2001 From: Dobiasd Date: Wed, 20 Sep 2023 14:17:20 +0200 Subject: [PATCH] Bump version to 0.15.23 --- CMakeLists.txt | 2 +- INSTALL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 41c95f7f..5e167441 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ list(APPEND CMAKE_MODULE_PATH "${FDEEP_TOP_DIR}/cmake") include(cmake/hunter.cmake) # default off -project(frugally-deep VERSION 0.15.22) +project(frugally-deep VERSION 0.15.23) message(STATUS "===( ${PROJECT_NAME} ${PROJECT_VERSION} )===") diff --git a/INSTALL.md b/INSTALL.md index f4c75248..9878fd0b 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -63,7 +63,7 @@ Just add a *conanfile.txt* with frugally-deep as a requirement and chose the gen ``` [requires] -frugally-deep/v0.15.22-p0@dobiasd/stable +frugally-deep/v0.15.23-p0@dobiasd/stable [generators] cmake