Skip to content

Commit 1da1555

Browse files
authored
Pre-release changes (#2176)
1 parent f77ae98 commit 1da1555

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
lxqt-panel-2.1.2 / 2024-11-24
2+
==============================
3+
* Fixed changing of desktop names under X11.
4+
15
lxqt-panel-2.1.1 / 2024-11-07
26
==============================
37
* Fixed destination dir of `lxqt-panel_wayland.desktop` to prevent packaging failure.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ find_package(lxqt-menu-data ${LXQT_MINIMUM_VERSION} REQUIRED)
4646
find_package(LayerShellQt REQUIRED)
4747

4848
# Patch Version
49-
set(LXQT_PANEL_PATCH_VERSION 1)
49+
set(LXQT_PANEL_PATCH_VERSION 2)
5050
set(LXQT_PANEL_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_PANEL_PATCH_VERSION})
5151
add_definitions("-DLXQT_PANEL_VERSION=\"${LXQT_PANEL_VERSION}\"")
5252

0 commit comments

Comments
 (0)