From 8143194ba546a1590b348f2a0a0ae614085914dc Mon Sep 17 00:00:00 2001 From: Dobiasd Date: Sun, 6 Dec 2020 15:45:09 +0100 Subject: [PATCH] Bump version number to 0.2.11 --- CMakeLists.txt | 2 +- INSTALL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 06d033c6..95bf6a3d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/INSTALL.md b/INSTALL.md index 234bb30a..8b9e329f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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