From 210284451f52a96f678016f55fa015b5698a099e Mon Sep 17 00:00:00 2001 From: Dobiasd Date: Sun, 5 Mar 2023 12:22:00 +0100 Subject: [PATCH] Bump version number to 0.15.20 --- CMakeLists.txt | 2 +- INSTALL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 52acfd44..5d3b115f 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.19) +project(frugally-deep VERSION 0.15.20) message(STATUS "===( ${PROJECT_NAME} ${PROJECT_VERSION} )===") diff --git a/INSTALL.md b/INSTALL.md index 789e49b6..0296d97b 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.19-p0@dobiasd/stable +frugally-deep/v0.15.20-p0@dobiasd/stable [generators] cmake