From e73ebc3b3b34c074d293a05a3af8f6549b200c21 Mon Sep 17 00:00:00 2001 From: Stefan Kebekus Date: Mon, 30 Dec 2019 11:19:49 +0100 Subject: [PATCH] Release 1.0.3 --- CMakeLists.txt | 4 ++-- docs/_config.yml | 4 ++-- src/text/firstStart.html.in | 2 +- src/text/whatsnew.html.in | 7 ++----- 4 files changed, 7 insertions(+), 10 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dd2fe5d9e..2e284946a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,9 +11,9 @@ include(GNUInstallDirs) # Project data # -project(enroute VERSION 0.2.1) +project(enroute VERSION 1.0.3) set(APP_ID de.akaflieg_freiburg.enroute) -set(PROJECT_DATE 2019-12-22) +set(PROJECT_DATE 2019-12-30) math(EXPR PROJECT_VERSION_CODE 10000*${PROJECT_VERSION_MAJOR}+100*${PROJECT_VERSION_MINOR}+${PROJECT_VERSION_PATCH}) add_compile_definitions(PROJECT_VERSION="${PROJECT_VERSION}") diff --git a/docs/_config.yml b/docs/_config.yml index 23fbae4aa..c5482e436 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -94,7 +94,7 @@ defaults: category_archive: type: liquid - path: /categories/ + path: /enroute/categories/ tag_archive: type: liquid - path: /tags/ + path: /enroute/tags/ diff --git a/src/text/firstStart.html.in b/src/text/firstStart.html.in index d4ec2c555..ba5a92804 100644 --- a/src/text/firstStart.html.in +++ b/src/text/firstStart.html.in @@ -1,4 +1,4 @@ -

Welcome to Enroute - A project of Akaflieg Freiburg

+

Welcome to enroute flight navigation - A project of Akaflieg Freiburg

Thank you for using this flight navigation app! Before we get started, we need to point out that this app and the aviation data come with no guarantees.

diff --git a/src/text/whatsnew.html.in b/src/text/whatsnew.html.in index 3751a8500..0ec77e116 100644 --- a/src/text/whatsnew.html.in +++ b/src/text/whatsnew.html.in @@ -1,10 +1,7 @@ -

Thank you for testing this flight navigation app! The following features are -new in version ${PROJECT_VERSION}.

+

The following features are new in version ${PROJECT_VERSION}.

Fly safely and enjoy many happy landings!