Skip to content

Commit 121ab4b

Browse files
authored
Pre-release changes (#489)
1 parent 2218d73 commit 121ab4b

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2.10.0 / 2024-11-05
2+
===================
3+
* Used `MemAvailable`.
4+
* Made "%MEM" be RSS/total mem.
5+
* Made the tooltip of the memory graph more human-readable.
6+
17
2.9.0 / 2024-04-17
28
==================
39
* Ported to Qt6.

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ Project(qps)
99
option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF)
1010

1111
set(MAJOR_VERSION 2)
12-
set(MINOR_VERSION 9)
12+
set(MINOR_VERSION 10)
1313
set(PATCH_VERSION 0)
1414
set(QPS_VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
1515
add_definitions(
1616
-DQPS_VERSION="${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}"
1717
)
1818

1919
# Minimum Versions
20-
set(LXQTBT_MINIMUM_VERSION "2.0.0")
21-
set(LXQT_MINIMUM_VERSION "2.0.0")
20+
set(LXQTBT_MINIMUM_VERSION "2.1.0")
21+
set(LXQT_MINIMUM_VERSION "2.1.0")
2222
set(QT_MINIMUM_VERSION "6.6.0")
2323

2424
find_package(lxqt ${LXQT_MINIMUM_VERSION} REQUIRED)

0 commit comments

Comments
 (0)