Skip to content

Commit

Permalink
Update version to 1.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kiozen committed Dec 7, 2020
1 parent 28b667c commit 2bf0154
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.1)
project(QMapShack VERSION 1.15.2)

# 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.2
[QMS-264] Windows: adapt build scripts for 1.15.1 release
[QMS-265] Configuring BRouter offline on MacOS crashes
[QMS-268] Crash after closing project where range is being selected
Expand Down

0 comments on commit 2bf0154

Please sign in to comment.