Skip to content

Commit

Permalink
Bump version number to 0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobiasd committed Dec 6, 2020
1 parent e54ccb0 commit 8143194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.2)

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

project(FunctionalPlus VERSION 0.2.10)
project(FunctionalPlus VERSION 0.2.11)

message(STATUS "===( ${PROJECT_NAME} ${PROJECT_VERSION} )===")
option(FPLUS_USE_TOOLCHAIN "Use compiler flags from an external toolchain" OFF)
Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Just add a *conanfile.txt* with FunctionalPlus as a requirement and chose the ge

```
[requires]
functionalplus/v0.2.10-p0@dobiasd/stable
functionalplus/v0.2.11-p0@dobiasd/stable
[generators]
cmake
Expand Down

0 comments on commit 8143194

Please sign in to comment.