From 1e73980cf97859f2a0387ba1b80baabfb9f44e5c Mon Sep 17 00:00:00 2001 From: kiozen Date: Sun, 14 Jun 2020 12:22:49 +0200 Subject: [PATCH] Update version to 1.15.0 --- CMakeLists.txt | 4 ++-- changelog.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d29702a6b..6264e5fb1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,11 +40,11 @@ endif(((EXISTS ${DEBIAN_RELEASE_INFO}) AND (${YEAR} LESS ${EXPIRE_YEAR})) OR APP # Define project name and version tags ############################################################################################### # this is not only the QMS version it will be the package version, too. -project(QMapShack VERSION 1.14.1) +project(QMapShack VERSION 1.15.0) # FOR A RELEASE: # remove "development" for a release -set(DEVELOPMENT_VERSION ON) +set(DEVELOPMENT_VERSION OFF) ############################################################################################### diff --git a/changelog.txt b/changelog.txt index 6399c847a..5a2c25c7e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,4 @@ -V1.XX.X +V1.15.0 [QMS-68] Route Optimization [QMS-132] DEMs: Make the scale range control cut off not only rendering but also loading or requesting the data. [QMS-134] Rework track range selection from scratch