From a295e5ddcc2b9f75efab585e16524f94e9492455 Mon Sep 17 00:00:00 2001 From: Stefan Kebekus Date: Mon, 12 Feb 2024 08:27:00 +0100 Subject: [PATCH] Next release --- 3rdParty/enrouteText | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdParty/enrouteText b/3rdParty/enrouteText index f01af7b07..6c58ebda3 160000 --- a/3rdParty/enrouteText +++ b/3rdParty/enrouteText @@ -1 +1 @@ -Subproject commit f01af7b075eb875eb585c798b3f074ffa2a9bf7e +Subproject commit 6c58ebda3d7f3126ff2a9776ec60d4a2ce2a4903 diff --git a/CMakeLists.txt b/CMakeLists.txt index e49e8f58d..105ee2e89 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ option(BUILD_DOC "Build developer documentation" OFF) # Project data # -project(enroute VERSION 2.30.3) +project(enroute VERSION 2.30.4) 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})