Skip to content

Commit

Permalink
Prerelease changes (#434)
Browse files Browse the repository at this point in the history
* Prerelease changes

The release note will be as follows:

`qtxdg-tools` is added as a dependency, to be used by `xdg-utils` under LXQt Session in near future.

* Set patch version
  • Loading branch information
tsujan authored May 8, 2022
1 parent 4cc903f commit 3a1da36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
lxqt-session-1.1.1 / 2022-05-08
================================
* Added `qtxdg-tools` as a dependency (to be used by `xdg-utils` under LXQt Session).

lxqt-session-1.1.0 / 2022-04-15
================================
* Removed obsolete kdm session file.
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ option(WITH_LIBUDEV "Build with libudev support" ON)
# Minimum Versions
set(KF5_MINIMUM_VERSION "5.36.0")
set(LXQT_MINIMUM_VERSION "1.1.0")
set(QTXDG_MINIMUM_VERSION "3.9.0")
set(QTXDG_MINIMUM_VERSION "3.9.1")
set(QT_MINIMUM_VERSION "5.15.0")

find_package(Qt5DBus ${QT_MINIMUM_VERSION} REQUIRED)
Expand All @@ -42,7 +42,7 @@ endif()
find_package(XdgUserDirs REQUIRED)

# Patch Version
set(LXQT_SESSION_PATCH_VERSION 0)
set(LXQT_SESSION_PATCH_VERSION 1)

set(LXQT_SESSION_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_SESSION_PATCH_VERSION})
add_definitions(
Expand Down

0 comments on commit 3a1da36

Please sign in to comment.