Skip to content

Commit

Permalink
Pre-release changes (#295)
Browse files Browse the repository at this point in the history
* Pre-release changes

* updated changelog
  • Loading branch information
tsujan authored Jan 11, 2025
1 parent ad686ea commit 3328946
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
lxqt-runner-2.1.1 / 2025-01-11
===============================
* Suppressed new Qt warnings for invalid QRegularExpression.
* Fixed a new crash on closing Runner on Wayland.
* Updated man page.

lxqt-runner-2.1.0 / 2024-11-05
===============================
* Updated `README.md`.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ include(LXQtPreventInSourceBuilds)
include(LXQtCompilerSettings NO_POLICY_SCOPE)

# Patch Version
set(LXQT_RUNNER_PATCH_VERSION 0)
set(LXQT_RUNNER_PATCH_VERSION 1)
set(LXQT_RUNNER_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_RUNNER_PATCH_VERSION})
add_definitions(
"-DLXQT_RUNNER_VERSION=\"${LXQT_RUNNER_VERSION}\""
Expand Down

0 comments on commit 3328946

Please sign in to comment.