Skip to content

Commit

Permalink
Pre-release changes (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Nov 5, 2023
1 parent 53a0f99 commit 7ed9d4d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
liblxqt-1.4.0 / 2023-11-05
===========================
* Ported deprecated KWindowSystem methods.
* Show error on trying to lock screen under Wayland.

liblxqt-1.3.0 / 2023-04-15
===========================
* Updated translations and bumped version to 1.3.0.
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ project(liblxqt)
set(LXQTBT_MINIMUM_VERSION "0.13.0")
set(KF5_MINIMUM_VERSION "5.101.0")
set(QT_MINIMUM_VERSION "5.15.0")
set(QTXDG_MINIMUM_VERSION "3.11.0")
set(QTXDG_MINIMUM_VERSION "3.12.0")

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

0 comments on commit 7ed9d4d

Please sign in to comment.