We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 536826d commit 4dfb05bCopy full SHA for 4dfb05b
CHANGELOG
@@ -1,3 +1,7 @@
1
+lxqt-session-1.0.1 / 2022-01-01
2
+================================
3
+ * Restart failed modules with exit codes other than 0.
4
+
5
lxqt-session-1.0.0 / 2021-11-04
6
================================
7
* Updated AUTHORS.
CMakeLists.txt
@@ -40,7 +40,7 @@ endif()
40
find_package(XdgUserDirs REQUIRED)
41
42
# Patch Version
43
-set(LXQT_SESSION_PATCH_VERSION 0)
+set(LXQT_SESSION_PATCH_VERSION 1)
44
45
set(LXQT_SESSION_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_SESSION_PATCH_VERSION})
46
add_definitions(
0 commit comments