Skip to content

Commit

Permalink
Prerelease changes (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Apr 16, 2022
1 parent 9f48971 commit e00002f
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-policykit-1.1.0 / 2022-04-15
==================================
* Updated translations and bumped the version.

lxqt-policykit-1.0.0 / 2021-11-04
==================================
* Updated AUTHORS.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ message(STATUS "polkit agent: ${POLKIT_AGENT_INCLUDE_DIRS} ${POLKIT_AGENT_LIBRAR
set(POLKIT_AGENT_BINARY_DIR "${CMAKE_INSTALL_BINDIR}" CACHE FILEPATH "Directory for install polkit agent")

# Minumum Versions
set(LXQT_MINIMUM_VERSION "1.0.0")
set(LXQT_MINIMUM_VERSION "1.1.0")
set(QT_MINIMUM_VERSION "5.15.0")

find_package(Qt5LinguistTools ${QT_MINIMUM_VERSION} REQUIRED)
Expand Down

0 comments on commit e00002f

Please sign in to comment.