Skip to content

Commit 7b83ac9

Browse files
authored
Pre-release changes (#566)
1 parent 4e5d622 commit 7b83ac9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
lxqt-session-2.1.1 / 2024-12-23
2+
================================
3+
* Supported compilation against procps-ng ≥ 4.0.5.
4+
15
lxqt-session-2.1.0 / 2024-11-05
26
================================
37
* Reenable lock settings under wayland.

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ endif()
5050
find_package(XdgUserDirs REQUIRED)
5151

5252
# Patch Version
53-
set(LXQT_SESSION_PATCH_VERSION 0)
53+
set(LXQT_SESSION_PATCH_VERSION 1)
5454

5555
set(LXQT_SESSION_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_SESSION_PATCH_VERSION})
5656
add_definitions(

0 commit comments

Comments
 (0)