Skip to content

Commit

Permalink
Pre-release changes (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Dec 23, 2024
1 parent 4e5d622 commit 7b83ac9
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-session-2.1.1 / 2024-12-23
================================
* Supported compilation against procps-ng ≥ 4.0.5.

lxqt-session-2.1.0 / 2024-11-05
================================
* Reenable lock settings under wayland.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ endif()
find_package(XdgUserDirs REQUIRED)

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

set(LXQT_SESSION_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_SESSION_PATCH_VERSION})
add_definitions(
Expand Down

0 comments on commit 7b83ac9

Please sign in to comment.