diff --git a/3rdParty/enrouteText b/3rdParty/enrouteText index eec5c4dd5..fc9188c91 160000 --- a/3rdParty/enrouteText +++ b/3rdParty/enrouteText @@ -1 +1 @@ -Subproject commit eec5c4dd5d62a02815af293ca273c4d70c932f3d +Subproject commit fc9188c91c3c2236dc46ee3603080f7cef58f198 diff --git a/CMakeLists.txt b/CMakeLists.txt index a18eac47d..5c7fad013 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ option(QTDEPLOY "Generate and run Qt deployment scripts" OFF) # Project data # -project(enroute VERSION 2.31.11) +project(enroute VERSION 2.31.12) 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})