Skip to content

Commit

Permalink
Update version to 1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kiozen committed Dec 4, 2021
1 parent 6ac6d55 commit d3ad107
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -22,11 +22,11 @@ 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.16.0)
project(QMapShack VERSION 1.16.1)

# FOR A RELEASE:
# remove "development" for a release
set(DEVELOPMENT_VERSION ON)
set(DEVELOPMENT_VERSION OFF)


###############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
@@ -1,4 +1,4 @@
V1.XX.X
V1.16.1
[QMS-396] Save route sub-points as ordinary route points in case of track routing
[QMS-400] Set focus in text field
[QMS-401] Crash when using "select items on map" with a large amount of items
Expand Down

0 comments on commit d3ad107

Please sign in to comment.