Skip to content

Commit 8143194

Browse files
committed
Bump version number to 0.2.11
1 parent e54ccb0 commit 8143194

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.2)
22

33
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
44

5-
project(FunctionalPlus VERSION 0.2.10)
5+
project(FunctionalPlus VERSION 0.2.11)
66

77
message(STATUS "===( ${PROJECT_NAME} ${PROJECT_VERSION} )===")
88
option(FPLUS_USE_TOOLCHAIN "Use compiler flags from an external toolchain" OFF)

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Just add a *conanfile.txt* with FunctionalPlus as a requirement and chose the ge
143143

144144
```
145145
[requires]
146-
functionalplus/v0.2.10-p0@dobiasd/stable
146+
functionalplus/v0.2.11-p0@dobiasd/stable
147147
148148
[generators]
149149
cmake

0 commit comments

Comments
 (0)