Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolcha committed Sep 15, 2024
1 parent 18383e6 commit f8f1ec1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1 LANGUAGES CXX)
project(DigitalClock5 VERSION 5.0.2 LANGUAGES CXX)

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
2 changes: 1 addition & 1 deletion plugins/quick_note/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(quick_note VERSION 2.0.1 LANGUAGES CXX)
project(quick_note VERSION 2.0.2 LANGUAGES CXX)

qt_add_plugin(${PROJECT_NAME} CLASS_NAME QuickNotePluginFactory
quick_note_plugin.cpp
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.0 LANGUAGES CXX)
project(SkinEngine VERSION 2.0.1 LANGUAGES CXX)

qt_add_library(${PROJECT_NAME} SHARED
skin/container.cpp
Expand Down

0 comments on commit f8f1ec1

Please sign in to comment.