Skip to content

Commit

Permalink
Update version to 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kiozen committed Nov 27, 2020
1 parent 47f46c4 commit af90f63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.0)
project(QMapShack VERSION 1.15.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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
V1.XX.X
V1.15.1
[QMS-158] Change Routino Profiles search for [prefix-]profiles.xml
[QMS-216] QMapShack does not compile with Qt-5.15
[QMS-217] Fix crash due to faulty profiles.xml
Expand Down

0 comments on commit af90f63

Please sign in to comment.