We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54ccb0 commit 8143194Copy full SHA for 8143194
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.2)
2
3
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
4
5
-project(FunctionalPlus VERSION 0.2.10)
+project(FunctionalPlus VERSION 0.2.11)
6
7
message(STATUS "===( ${PROJECT_NAME} ${PROJECT_VERSION} )===")
8
option(FPLUS_USE_TOOLCHAIN "Use compiler flags from an external toolchain" OFF)
INSTALL.md
@@ -143,7 +143,7 @@ Just add a *conanfile.txt* with FunctionalPlus as a requirement and chose the ge
143
144
```
145
[requires]
146
-functionalplus/v0.2.10-p0@dobiasd/stable
+functionalplus/v0.2.11-p0@dobiasd/stable
147
148
[generators]
149
cmake
0 commit comments