Increase version to 0.4.x

Version 0.4 bring mouse support.
See https://github.com/ArthurSonzogni/FTXUI/issues/7
This commit is contained in:
ArthurSonzogni 2021-04-25 17:04:26 +02:00
parent a27c878a3f
commit 5322e5a683
No known key found for this signature in database
GPG Key ID: 41D98248C074CD6C

View File

@ -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)