Skip to content

Commit

Permalink
Point release changes (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Apr 22, 2021
1 parent e5b5626 commit abdc5ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
lxqt-powermanagement-0.17.1 / 2021-04-22
========================================
* Fixed permanent stopping of idleness checks by a fullscreen window.

lxqt-powermanagement-0.17.0 / 2021-04-15
========================================
* Handled Qt5.15's deprecations.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ find_package(lxqt-globalkeys-ui ${LXQT_GLOBALKEYS_MINIMUM_VERSION} REQUIRED)
message(STATUS "Building with Qt${Qt5Core_VERSION}")

# Patch Version
set(LXQT_POWERMANAGEMENT_PATCH_VERSION 0)
set(LXQT_POWERMANAGEMENT_PATCH_VERSION 1)

set(LXQT_POWERMANAGEMENT_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_POWERMANAGEMENT_PATCH_VERSION})
add_definitions(
Expand Down

0 comments on commit abdc5ee

Please sign in to comment.