From 4c0d85d201f6a1dcc8ca5acecdc13dd025d59a59 Mon Sep 17 00:00:00 2001 From: Oliver Eichler Date: Tue, 12 Dec 2023 07:50:09 +0100 Subject: [PATCH] Update version to 1.17.1 --- CMakeLists.txt | 2 +- changelog.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dfba8b076..4b3ec82a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ endif() # Define project name and version tags ############################################################################################### # this is not only the QMS version it will be the package version, too. -project(QMapShack VERSION 1.17.0 LANGUAGES CXX C) +project(QMapShack VERSION 1.17.1 LANGUAGES CXX C) # FOR A RELEASE: # remove "development" for a release diff --git a/changelog.txt b/changelog.txt index b42f884d4..898902a30 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,4 @@ -V1.XX.X +V1.17.1 [QMS-547] Fixed: QMS freezes on zoom when activating multi-layered online maps [QMS-622] Update BRouter setup (install from github) [QMS-623] remove use of QTimer in BRouter startup error detection