Skip to content

Commit a4650a5

Browse files
authored
Merge pull request #182 from lxqt/prerelease
Prerelease changes
2 parents 574b458 + d52e45e commit a4650a5

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.1.0 / 2022-04-15
2+
=============================
3+
* Updated translations and bumped the version.
4+
15
lxqt-sudo-1.0.0 / 2021-11-04
26
=============================
37
* Updated AUTHORS.

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.0.0")
18+
set(LXQT_MINIMUM_VERSION "1.1.0")
1919
set(QT_MINIMUM_VERSION "5.15.0")
2020

2121
find_package(Qt5Widgets ${QT_MINIMUM_VERSION} REQUIRED)

0 commit comments

Comments
 (0)