Skip to content

Commit 5e694ad

Browse files
authored
Pre-release changes (#504)
1 parent ad307f6 commit 5e694ad

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.11.1 / 2025-05-17
2+
===================
3+
* Fixed first launching of Qps without config file.
4+
15
2.11.0 / 2025-04-17
26
===================
37
* Some code cleanup.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" O
1010

1111
set(MAJOR_VERSION 2)
1212
set(MINOR_VERSION 11)
13-
set(PATCH_VERSION 0)
13+
set(PATCH_VERSION 1)
1414
set(QPS_VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
1515
add_definitions(
1616
-DQPS_VERSION="${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}"

0 commit comments

Comments
 (0)