Skip to content

Commit

Permalink
Merge pull request #269 from lxqt/prerelease
Browse files Browse the repository at this point in the history
Pre-release changes
  • Loading branch information
tsujan authored Oct 30, 2020
2 parents 0ece961 + e2d3a8b commit d67cdab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
liblxqt-0.16.0 / 2020-11-01
===========================
* Use QFlags default constructor
* Added an action for showing LXQt leave dialog (to be used when the power button is pressed).
* Don't use deprecated QProcess methods.

liblxqt-0.15.1 / 2020-05-28
===========================
* Bumped version to 0.15.1.
Expand Down
8 changes: 4 additions & 4 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.7.0")
set(LXQTBT_MINIMUM_VERSION "0.8.0")
set(KF5_MINIMUM_VERSION "5.36.0")
set(QT_MINIMUM_VERSION "5.10.0")
set(QT_MINIMUM_VERSION "5.12.0")
set(QTXDG_MINIMUM_VERSION "3.5.0")

# Major LXQt Version, belong to all components
set(LXQT_MAJOR_VERSION 0)
# Minor LXQt Version, belong to all components
set(LXQT_MINOR_VERSION 15)
set(LXQT_MINOR_VERSION 16)
#
# Patch Version, belong *only* to the component
# LXQt is 0.13 - liblxqt is at patch version 0
Expand All @@ -25,7 +25,7 @@ set(LXQT_MINOR_VERSION 15)
# patch-version as liblxqt - in real life it will be fine if every component
# has it's own patch version within a major/minor life cyle.
#
set(LXQT_PATCH_VERSION 1)
set(LXQT_PATCH_VERSION 0)
set(LXQT_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_PATCH_VERSION})


Expand Down

0 comments on commit d67cdab

Please sign in to comment.