We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e5d622 commit 7b83ac9Copy full SHA for 7b83ac9
CHANGELOG
@@ -1,3 +1,7 @@
1
+lxqt-session-2.1.1 / 2024-12-23
2
+================================
3
+ * Supported compilation against procps-ng ≥ 4.0.5.
4
+
5
lxqt-session-2.1.0 / 2024-11-05
6
================================
7
* Reenable lock settings under wayland.
CMakeLists.txt
@@ -50,7 +50,7 @@ endif()
50
find_package(XdgUserDirs REQUIRED)
51
52
# Patch Version
53
-set(LXQT_SESSION_PATCH_VERSION 0)
+set(LXQT_SESSION_PATCH_VERSION 1)
54
55
set(LXQT_SESSION_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_SESSION_PATCH_VERSION})
56
add_definitions(
0 commit comments