Skip to content

Commit

Permalink
Update version to 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kiozen committed May 24, 2021
1 parent e4b1a4f commit 5a2680e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.2)
project(QMapShack VERSION 1.16.0)

# FOR A RELEASE:
# remove "development" for a release
Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
V1.XX.X
V1.16.0
[QMS-220] "Select items from map" misses items
[QMS-275] Routino: Add Spanish and Czech as selectable languages for turn instructions
[QMS-279] Track metrics not updated when using UNDO / REDO in Edit mode
Expand Down
22 changes: 11 additions & 11 deletions src/qmapshack/contributors.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
constexpr auto contributors = ""
"Albrecht Dress, "
"Christian Eichler, "
"Digia Plc and/or its subsidiaries, "
"Henri Hornburg, "
"Ivo Kronenberg, "
"Joerg Wunsch, "
"Michel Durand, "
"Norbert Truchsess, "
"Oliver Eichler, "
"Peter Schumann, "
"";
"Albrecht Dress, "
"Christian Eichler, "
"Digia Plc and/or its subsidiaries, "
"Henri Hornburg, "
"Ivo Kronenberg, "
"Joerg Wunsch, "
"Michel Durand, "
"Norbert Truchsess, "
"Oliver Eichler, "
"Peter Schumann, "
"";

0 comments on commit 5a2680e

Please sign in to comment.