Skip to content

Commit

Permalink
Pre-release changes (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Nov 5, 2024
1 parent 2218d73 commit 121ab4b
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 @@
2.10.0 / 2024-11-05
===================
* Used `MemAvailable`.
* Made "%MEM" be RSS/total mem.
* Made the tooltip of the memory graph more human-readable.

2.9.0 / 2024-04-17
==================
* Ported to Qt6.
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ Project(qps)
option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF)

set(MAJOR_VERSION 2)
set(MINOR_VERSION 9)
set(MINOR_VERSION 10)
set(PATCH_VERSION 0)
set(QPS_VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
add_definitions(
-DQPS_VERSION="${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}"
)

# Minimum Versions
set(LXQTBT_MINIMUM_VERSION "2.0.0")
set(LXQT_MINIMUM_VERSION "2.0.0")
set(LXQTBT_MINIMUM_VERSION "2.1.0")
set(LXQT_MINIMUM_VERSION "2.1.0")
set(QT_MINIMUM_VERSION "6.6.0")

find_package(lxqt ${LXQT_MINIMUM_VERSION} REQUIRED)
Expand Down

0 comments on commit 121ab4b

Please sign in to comment.