Skip to content

Commit 7df337a

Browse files
committed
Next release
1 parent ed619ab commit 7df337a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines 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.33.2)
17+
project(enroute VERSION 2.33.3)
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})
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### Fixed
2+
- Fix problem with waypoint selection when no aviation data in installed. (#523)
3+
4+
- Fix problem with CUP file import, where official files provided by
5+
Austrocontrol could not be imported due to a problem with the parser (#522)

0 commit comments

Comments
 (0)