Skip to content

Commit 3d35f2e

Browse files
authored
Pre-release changes (#500)
1 parent 2d6bd31 commit 3d35f2e

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.11.0 / 2025-04-17
2+
===================
3+
* Some code cleanup.
4+
* Silenced the remaining compilation warnings.
5+
* Cleaned up settings.
6+
17
2.10.0 / 2024-11-05
28
===================
39
* Used `MemAvailable`.

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 10)
12+
set(MINOR_VERSION 11)
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.1.0")
21-
set(LXQT_MINIMUM_VERSION "2.1.0")
20+
set(LXQTBT_MINIMUM_VERSION "2.2.0")
21+
set(LXQT_MINIMUM_VERSION "2.2.0")
2222
set(QT_MINIMUM_VERSION "6.6.0")
2323

2424
find_package(lxqt ${LXQT_MINIMUM_VERSION} REQUIRED)

0 commit comments

Comments
 (0)