Skip to content

Commit

Permalink
Pre-release changes (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Nov 5, 2024
1 parent 3c1bb9d commit f5b5ba8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
lxqt-powermanagement-2.1.0 / 2024-11-05
========================================
* Fixed memory leak.
* Inform users of XF86 keys under Wayland.

lxqt-powermanagement-2.0.0 / 2024-04-17
========================================
* Ported to Qt6.
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)

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

set(LXQTBT_MINIMUM_VERSION "2.0.0")
set(LXQTBT_MINIMUM_VERSION "2.1.0")
set(KF6_MINIMUM_VERSION "6.0.0")
set(LXQT_MINIMUM_VERSION "2.0.0")
set(LXQT_MINIMUM_VERSION "2.1.0")
set(QT_MINIMUM_VERSION "6.6.0")

find_package(lxqt2-build-tools ${LXQTBT_MINIMUM_VERSION} REQUIRED)
Expand Down

0 comments on commit f5b5ba8

Please sign in to comment.