Skip to content

Commit aafedf2

Browse files
authored
Pre-release changes (#516)
* Pre-release changes * Corrected a typo
1 parent 0c58dfc commit aafedf2

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.12.0 / 2025-11-05
2+
===================
3+
* Gave parent windows to some dialogs.
4+
* Fixed the screenshot URL in `org.lxqt.Qps.appdata.xml`.
5+
16
2.11.1 / 2025-05-17
27
===================
38
* Fixed first launching of Qps without config file.

CMakeLists.txt

Lines changed: 4 additions & 4 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 11)
13-
set(PATCH_VERSION 1)
12+
set(MINOR_VERSION 12)
13+
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.2.0")
21-
set(LXQT_MINIMUM_VERSION "2.2.0")
20+
set(LXQTBT_MINIMUM_VERSION "2.3.0")
21+
set(LXQT_MINIMUM_VERSION "2.3.0")
2222
set(QT_MINIMUM_VERSION "6.6.0")
2323

2424
find_package(lxqt ${LXQT_MINIMUM_VERSION} REQUIRED)

0 commit comments

Comments
 (0)