bump version to 1.2.0

This commit is contained in:
Lephenixnoir 2022-06-25 00:10:56 +01:00
parent 6464074c12
commit 43ca998a14
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# Just UI
cmake_minimum_required(VERSION 3.16)
project(JustUI VERSION 1.0 LANGUAGES C)
find_package(Gint 2.1 REQUIRED)
project(JustUI VERSION 1.2.0 LANGUAGES C)
find_package(Gint 2.8 REQUIRED)
include(Fxconv)
set(CMAKE_INSTALL_MESSAGE LAZY)