diff --git a/CMakeLists.txt b/CMakeLists.txt index b19de4da..c27d248a 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.13.1) +project(frugally-deep VERSION 0.14.0) message(STATUS "===( ${PROJECT_NAME} ${PROJECT_VERSION} )===") diff --git a/INSTALL.md b/INSTALL.md index d2202391..2e2a1170 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.13.1-p0@dobiasd/stable +frugally-deep/v0.14.0-p0@dobiasd/stable [generators] cmake