bump version to 1.4.0

This commit is contained in:
Lephenixnoir 2025-03-29 20:14:48 +01:00
parent 86ca380417
commit ccb5feae04
No known key found for this signature in database
GPG key ID: 1BBA026E13FC0495

View file

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