From 5322e5a68357af41e940d69b732727e96e98082c Mon Sep 17 00:00:00 2001 From: ArthurSonzogni Date: Sun, 25 Apr 2021 17:04:26 +0200 Subject: [PATCH] Increase version to 0.4.x Version 0.4 bring mouse support. See https://github.com/ArthurSonzogni/FTXUI/issues/7 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a65cfd3..5b2d86b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ endif() project(ftxui LANGUAGES CXX - VERSION 0.3.${git_version} + VERSION 0.4.${git_version} ) option(FTXUI_BUILD_EXAMPLES "Set to ON to build examples" ON)