There was an error while loading. Please reload this page.
1 parent 40a39d9 commit 7cbc07cCopy full SHA for 7cbc07c
2 files changed
CMakeLists.txt
@@ -6,7 +6,7 @@ list(APPEND CMAKE_MODULE_PATH "${FDEEP_TOP_DIR}/cmake")
6
7
include(cmake/hunter.cmake) # default off
8
9
-project(frugally-deep VERSION 0.19.5)
+project(frugally-deep VERSION 0.20.0)
10
11
message(STATUS "===( ${PROJECT_NAME} ${PROJECT_VERSION} )===")
12
INSTALL.md
@@ -63,7 +63,7 @@ Just add a *conanfile.txt* with frugally-deep as a requirement and chose the gen
63
64
```
65
[requires]
66
-frugally-deep/v0.19.5@dobiasd/stable
+frugally-deep/v0.20.0@dobiasd/stable
67
68
[generators]
69
cmake
0 commit comments