Skip to content

Commit 4e2c43b

Browse files
authored
Merge pull request #224 from lxqt/prerelease
Pre-release changes
2 parents e9b12cb + 35747d7 commit 4e2c43b

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-sudo-2.2.0 / 2025-04-17
2+
=============================
3+
* Updated translations and bumped the version.
4+
15
lxqt-sudo-2.1.0 / 2024-11-05
26
=============================
37
* Add new env vars for `sudo`.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
1515
option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF)
1616

1717
# Minimum Versions
18-
set(LXQT_MINIMUM_VERSION "2.1.0")
18+
set(LXQT_MINIMUM_VERSION "2.2.0")
1919
set(QT_MINIMUM_VERSION "6.6.0")
2020

2121
find_package(Qt6Widgets ${QT_MINIMUM_VERSION} REQUIRED)

0 commit comments

Comments
 (0)