Skip to content

Commit

Permalink
Prerelease changes (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Apr 16, 2022
1 parent 604482f commit cd6d74b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
liblxqt-1.1.0 / 2022-04-15
===========================
* Added support relative paths in `wallpaper.cfg`.
* Updated `README.md`.
* Fixed loading of cached settings.

liblxqt-1.0.0 / 2021-11-04
===========================
* Bumped version to 1.0.0 and required Qt 5.15.0.
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)
project(liblxqt)


set(LXQTBT_MINIMUM_VERSION "0.10.0")
set(LXQTBT_MINIMUM_VERSION "0.11.0")
set(KF5_MINIMUM_VERSION "5.36.0")
set(QT_MINIMUM_VERSION "5.15.0")
set(QTXDG_MINIMUM_VERSION "3.8.0")
set(QTXDG_MINIMUM_VERSION "3.9.0")

# Major LXQt Version, belong to all components
set(LXQT_MAJOR_VERSION 1)
# Minor LXQt Version, belong to all components
set(LXQT_MINOR_VERSION 0)
set(LXQT_MINOR_VERSION 1)
#
# Patch Version, belong *only* to the component
# LXQt is 0.13 - liblxqt is at patch version 0
Expand Down

0 comments on commit cd6d74b

Please sign in to comment.