Skip to content

Commit

Permalink
Prepare bugfixing release
Browse files Browse the repository at this point in the history
  • Loading branch information
kebekus committed Oct 27, 2024
1 parent 53c6fba commit ac8487b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [2.31.15] - 2024-10-27

### Fixed
- Icons for gliding and microlight sites no longer rotate along with the moving map (#453)


## [2.31.14] - 2024-10-22

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

project(enroute VERSION 2.31.14)
project(enroute VERSION 2.31.15)
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
1 change: 1 addition & 0 deletions packaging/flatpak/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ add_custom_target(flatpak-publish
COMMAND rm -rf de.akaflieg_freiburg.enroute
COMMAND git clone --depth 1 --branch upstream git@github.com:flathub/de.akaflieg_freiburg.enroute.git
COMMAND cp de.akaflieg_freiburg.enroute.json de.akaflieg_freiburg.enroute
COMMAND cp ${CMAKE_SOURCE_DIR}/CHANGELOG.md de.akaflieg_freiburg.enroute
COMMAND cd de.akaflieg_freiburg.enroute
COMMAND git diff-index --quiet HEAD || git commit -am "New upstream release"
COMMAND git push
Expand Down

0 comments on commit ac8487b

Please sign in to comment.