Skip to content

Commit

Permalink
Update version to 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kiozen committed Jun 14, 2020
1 parent b9095d1 commit 1e73980
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.14.1)
project(QMapShack VERSION 1.15.0)

# 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.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
Expand Down

0 comments on commit 1e73980

Please sign in to comment.