Skip to content

Commit

Permalink
Pre-release changes (#455)
Browse files Browse the repository at this point in the history
* Pre-release changes

* Corrected LXQT_MINIMUM_VERSION
  • Loading branch information
tsujan authored Nov 5, 2023
1 parent 9a733be commit ea46656
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.8.0 / 2023-11-05
==================
* Updated screenshots and added metadata file.
* Fixed an instance of assigning of -1 to unsigned int.
* Fixed all instances of non-closed file descriptors (to fix an issue that caused a blank list for some users).

2.7.0 / 2023-04-15
==================
* Specify the widget when showing its tooltip (on Wayland).
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Project(qps)
option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF)

set(MAJOR_VERSION 2)
set(MINOR_VERSION 7)
set(MINOR_VERSION 8)
set(PATCH_VERSION 0)
set(QPS_VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
add_definitions(
Expand All @@ -18,7 +18,7 @@ add_definitions(

# Minimum Versions
set(LXQTBT_MINIMUM_VERSION "0.13.0")
set(LXQT_MINIMUM_VERSION "1.2.0")
set(LXQT_MINIMUM_VERSION "1.4.0")
set(QT_MINIMUM_VERSION "5.15.0")

find_package(lxqt ${LXQT_MINIMUM_VERSION} REQUIRED)
Expand Down

0 comments on commit ea46656

Please sign in to comment.