From da733623284bebbbd025e77363c231c95fa247c9 Mon Sep 17 00:00:00 2001 From: Dobiasd Date: Tue, 17 Dec 2019 15:09:15 +0100 Subject: [PATCH] Bump version number to 0.11.1 --- CMakeLists.txt | 2 +- INSTALL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 581d047e..5218c46b 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.11.0) +project(frugally-deep VERSION 0.11.1) message(STATUS "===( ${PROJECT_NAME} ${PROJECT_VERSION} )===") diff --git a/INSTALL.md b/INSTALL.md index 818b53e7..e98dd974 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.11.0-p0@dobiasd/stable +frugally-deep/v0.11.1-p0@dobiasd/stable [generators] cmake