Upgrade version to 0.11.1 (#246)

A minor new version. Mostly for packaging the library in Release mode.
This commit is contained in:
Arthur Sonzogni
2021-10-23 21:13:23 +02:00
committed by GitHub
parent c0e47aecb2
commit aa6b78b8ad
3 changed files with 9 additions and 18 deletions

View File

@@ -1,10 +1,8 @@
cmake_minimum_required(VERSION 3.11)
include(cmake/ftxui_git_version.cmake)
project(ftxui
LANGUAGES CXX
VERSION 0.11.${git_version}
VERSION 0.11.1
)
option(FTXUI_BUILD_DOCS "Set to ON to build tests" ON)