We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad307f6 commit 5e694adCopy full SHA for 5e694ad
CHANGELOG
@@ -1,3 +1,7 @@
1
+2.11.1 / 2025-05-17
2
+===================
3
+ * Fixed first launching of Qps without config file.
4
+
5
2.11.0 / 2025-04-17
6
===================
7
* Some code cleanup.
CMakeLists.txt
@@ -10,7 +10,7 @@ option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" O
10
11
set(MAJOR_VERSION 2)
12
set(MINOR_VERSION 11)
13
-set(PATCH_VERSION 0)
+set(PATCH_VERSION 1)
14
set(QPS_VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
15
add_definitions(
16
-DQPS_VERSION="${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}"
0 commit comments