Skip to content

Commit

Permalink
Pre-release changes (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Jan 29, 2025
1 parent 0a01265 commit 5d2f5cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
lxqt-runner-2.1.2 / 2025-01-29
===============================
* Fixed a regression that broke case-insensitive filtering in some cases.

lxqt-runner-2.1.1 / 2025-01-11
===============================
* Suppressed new Qt warnings for invalid QRegularExpression.
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 1)
set(LXQT_RUNNER_PATCH_VERSION 2)
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 5d2f5cb

Please sign in to comment.