mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-06-29 11:51:12 +08:00
I assume the version produced by CMake was supposed to be bumped up to 6.0.0, fixing this
This commit is contained in:
parent
730ebeed1d
commit
0d50fa25fe
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12)
|
|||||||
|
|
||||||
project(ftxui
|
project(ftxui
|
||||||
LANGUAGES CXX
|
LANGUAGES CXX
|
||||||
VERSION 5.0.0
|
VERSION 6.0.0
|
||||||
DESCRIPTION "C++ Functional Terminal User Interface."
|
DESCRIPTION "C++ Functional Terminal User Interface."
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user