Skip to content

Commit 2f02d76

Browse files
authored
Merge pull request #198 from lxqt/prerelease
Pre-release changes
2 parents 5e2dd17 + 8dda533 commit 2f02d76

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-1.3.0 / 2023-04-15
2+
=============================
3+
* Added support for doas(1) backend.
4+
15
lxqt-sudo-1.2.0 / 2022-11-05
26
=============================
37
* Updated translations and bumped the version.

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 "1.2.0")
18+
set(LXQT_MINIMUM_VERSION "1.3.0")
1919
set(QT_MINIMUM_VERSION "5.15.0")
2020

2121
find_package(Qt5Widgets ${QT_MINIMUM_VERSION} REQUIRED)

0 commit comments

Comments
 (0)