bump version to 2.8.0

This commit is contained in:
Lephenixnoir 2022-05-16 21:59:00 +01:00
parent fb13d985ff
commit 64d0824377
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
# gintctl: gint's control application
cmake_minimum_required(VERSION 3.15)
project(gintctl VERSION 2.2.1 LANGUAGES C ASM)
project(gintctl VERSION 2.8.0 LANGUAGES C ASM)
include(GenerateG1A)
include(GenerateG3A)
include(Fxconv)
find_package(Gint 2.1 REQUIRED)
find_package(Gint 2.8 REQUIRED)
find_package(LibProf 2.1 REQUIRED)
find_package(LibImg 2.1 REQUIRED)
find_package(JustUI 1.0 REQUIRED)