Skip to content

Commit 3cbfb85

Browse files
committed
Prepare new release
1 parent 528da4d commit 3cbfb85

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.34.6] - 2025-08-07
4+
5+
### Fixed
6+
7+
- Fixed error where many data connections appear twice in the data connection dialog.
8+
9+
310
## [2.34.5] - 2025-08-05
411

512
### Changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ option(QTDEPLOY "Generate and run Qt deployment scripts" OFF)
1414
# Project data
1515
#
1616

17-
project(enroute VERSION 2.34.5)
17+
project(enroute VERSION 2.34.6)
1818
set(APP_ID de.akaflieg_freiburg.enroute)
1919
set(DISPLAY_NAME "Enroute")
2020
math(EXPR PROJECT_VERSION_CODE 10000*${PROJECT_VERSION_MAJOR}+100*${PROJECT_VERSION_MINOR}+${PROJECT_VERSION_PATCH})

0 commit comments

Comments
 (0)