Skip to content

Commit 745e77a

Browse files
authored
Pre-release changes (#438)
1 parent 00c9b1a commit 745e77a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
lxqt-powermanagement-2.2.1 / 2025-06-30
2+
========================================
3+
* Use Qt provided FindXCB module.
4+
* Added power-profiles info to README.
5+
16
lxqt-powermanagement-2.2.0 / 2025-04-17
27
========================================
38
* Added support for power profiles.

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
1515

1616
option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF)
1717

18-
set(LXQTBT_MINIMUM_VERSION "2.2.0")
18+
set(LXQTBT_MINIMUM_VERSION "2.2.1")
1919
set(KF6_MINIMUM_VERSION "6.0.0")
2020
set(LXQT_MINIMUM_VERSION "2.2.0")
2121
set(QT_MINIMUM_VERSION "6.6.0")
@@ -34,7 +34,7 @@ find_package(XCB REQUIRED COMPONENTS DPMS SCREENSAVER)
3434
message(STATUS "Building with Qt${Qt6Core_VERSION}")
3535

3636
# Patch Version
37-
set(LXQT_POWERMANAGEMENT_PATCH_VERSION 0)
37+
set(LXQT_POWERMANAGEMENT_PATCH_VERSION 1)
3838

3939
set(LXQT_POWERMANAGEMENT_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_POWERMANAGEMENT_PATCH_VERSION})
4040
add_definitions(

0 commit comments

Comments
 (0)