Skip to content

Commit

Permalink
Bump version to 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobiasd committed Apr 5, 2020
1 parent 89dccc5 commit 653f633
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.6)
project(FunctionalPlus VERSION 0.2.7)

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 @@ -142,7 +142,7 @@ Just add a *conanfile.txt* with FunctionalPlus as a requirement and chose the ge

```
[requires]
functionalplus/v0.2.6-p0@Dobiasd/stable
functionalplus/v0.2.7-p0@Dobiasd/stable
[generators]
cmake
Expand Down

0 comments on commit 653f633

Please sign in to comment.