Skip to content

Commit 7026421

Browse files
committed
Prepare next release
1 parent 3262968 commit 7026421

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## [2.34.0] - 2025-07-12
4+
5+
### Added
6+
- Retrieve traffic data from the Open Glider Network (#512).
7+
8+
39
## [2.33.5] - 2025-07-03
410

511
### Changes

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.33.52)
17+
project(enroute VERSION 2.34.0)
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)