We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f77ae98 commit 1da1555Copy full SHA for 1da1555
CHANGELOG
@@ -1,3 +1,7 @@
1
+lxqt-panel-2.1.2 / 2024-11-24
2
+==============================
3
+ * Fixed changing of desktop names under X11.
4
+
5
lxqt-panel-2.1.1 / 2024-11-07
6
==============================
7
* Fixed destination dir of `lxqt-panel_wayland.desktop` to prevent packaging failure.
CMakeLists.txt
@@ -46,7 +46,7 @@ find_package(lxqt-menu-data ${LXQT_MINIMUM_VERSION} REQUIRED)
46
find_package(LayerShellQt REQUIRED)
47
48
# Patch Version
49
-set(LXQT_PANEL_PATCH_VERSION 1)
+set(LXQT_PANEL_PATCH_VERSION 2)
50
set(LXQT_PANEL_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_PANEL_PATCH_VERSION})
51
add_definitions("-DLXQT_PANEL_VERSION=\"${LXQT_PANEL_VERSION}\"")
52
0 commit comments