diff --git a/CMakeLists.txt b/CMakeLists.txt index 870280d..a124b13 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.19) -project(DigitalClock5 VERSION 5.0.2 LANGUAGES CXX) +project(DigitalClock5 VERSION 5.0.3 LANGUAGES CXX) set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD_REQUIRED ON) diff --git a/clock_common/CMakeLists.txt b/clock_common/CMakeLists.txt index 6ffd559..79d1475 100644 --- a/clock_common/CMakeLists.txt +++ b/clock_common/CMakeLists.txt @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: GPL-3.0-or-later -project(ClockCommon VERSION 2.0.1 LANGUAGES CXX) +project(ClockCommon VERSION 2.0.2 LANGUAGES CXX) qt_add_library(${PROJECT_NAME} SHARED config/appearance_base.cpp diff --git a/plugin_core/CMakeLists.txt b/plugin_core/CMakeLists.txt index c1ece7c..b7e480d 100644 --- a/plugin_core/CMakeLists.txt +++ b/plugin_core/CMakeLists.txt @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: GPL-3.0-or-later -project(PluginCore VERSION 2.1.1 LANGUAGES CXX) +project(PluginCore VERSION 2.1.2 LANGUAGES CXX) qt_add_library(${PROJECT_NAME} SHARED plugin_core_global.hpp diff --git a/skin_engine/CMakeLists.txt b/skin_engine/CMakeLists.txt index 3e81ec8..fc64c33 100644 --- a/skin_engine/CMakeLists.txt +++ b/skin_engine/CMakeLists.txt @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: GPL-3.0-or-later -project(SkinEngine VERSION 2.0.1 LANGUAGES CXX) +project(SkinEngine VERSION 2.0.2 LANGUAGES CXX) qt_add_library(${PROJECT_NAME} SHARED skin/container.cpp