Disabled GUI translations, added "About" dialogs & updated umbrella project version to 0.1.0

This commit is contained in:
2025-11-04 21:25:54 +01:00
parent a159181074
commit daae7e8405
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)
set(TARGET_APP "GenericQtClient")
project(${TARGET_APP} VERSION 0.0.3 LANGUAGES CXX)
project(${TARGET_APP} VERSION 0.1.0 LANGUAGES CXX)
enable_testing()