Skip to content

Commit

Permalink
Prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
kebekus committed Feb 22, 2025
1 parent 1d29f74 commit 8ad26f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [2.32.11] - 2025-02-22

### Fixed
- Fix problems importing GeoJSON files produced by third-party software. (#496)


## [2.32.10] - 2025-02-21

### Added
Expand Down Expand Up @@ -32,7 +38,7 @@
## [2.32.7] - 2025-01-28

### Fixed
- Fixed problem where Route/Waypoint/Aircraft library pages do not open. (#488, #490)
- Fix problem where Route/Waypoint/Aircraft library pages do not open. (#488, #490)


## [2.32.6] - 2025-01-20
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ option(QTDEPLOY "Generate and run Qt deployment scripts" OFF)
# Project data
#

project(enroute VERSION 2.32.10)
project(enroute VERSION 2.32.11)
set(APP_ID de.akaflieg_freiburg.enroute)
set(DISPLAY_NAME "Enroute")
math(EXPR PROJECT_VERSION_CODE 10000*${PROJECT_VERSION_MAJOR}+100*${PROJECT_VERSION_MINOR}+${PROJECT_VERSION_PATCH})
Expand Down

0 comments on commit 8ad26f6

Please sign in to comment.