From daae7e8405ff74649eec62dd54f8afc0a6aa1a5a Mon Sep 17 00:00:00 2001 From: Bent Witthold Date: Tue, 4 Nov 2025 21:25:54 +0100 Subject: [PATCH] Disabled GUI translations, added "About" dialogs & updated umbrella project version to 0.1.0 --- CMakeLists.txt | 2 +- UIs/GenericWidgets | 2 +- libs/GenericCore | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b4dcb8e..58c2d61 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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() diff --git a/UIs/GenericWidgets b/UIs/GenericWidgets index 43df76c..8105fac 160000 --- a/UIs/GenericWidgets +++ b/UIs/GenericWidgets @@ -1 +1 @@ -Subproject commit 43df76c88ffb11a16b25fbacbf5744080f645c7d +Subproject commit 8105fac8d3942487f051985db3a76d89a557eae2 diff --git a/libs/GenericCore b/libs/GenericCore index 13b5368..301d143 160000 --- a/libs/GenericCore +++ b/libs/GenericCore @@ -1 +1 @@ -Subproject commit 13b53683a5d00415866c6daf1884612c3f0ba83e +Subproject commit 301d143b3708e57fb59880ffa7210798186706e5