Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolcha committed Sep 28, 2024
1 parent a4cd17a commit 9c0e8fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion clock_common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugin_core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion skin_engine/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c0e8fe

Please sign in to comment.