Skip to content

Commit

Permalink
Update version to 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kiozen committed Mar 27, 2020
1 parent 83c5d26 commit 89d6aa9
Show file tree
Hide file tree
Showing 3 changed files with 5 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.0)
project(QMapShack VERSION 1.14.1)

# FOR A RELEASE:
# remove "development" for a release
set(VERSION_SUFFIX "development")
set(VERSION_SUFFIX "")


###############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion CPackConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set(CPACK_PACKAGE_INSTALL_DIRECTORY "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSI

### source package settings
set(CPACK_SOURCE_GENERATOR "TGZ")
set(CPACK_SOURCE_IGNORE_FILES "~$;[.]swp$;/[.]svn/;/[.]git/;[.]hg/;[.]hgsub;[.]hgsubstate;.gitignore;/build/;tags;cscope.*;[.]rej$;[.]orig$;svn-commit[.];/doc/")
set(CPACK_SOURCE_IGNORE_FILES "~$;[.]swp$;/[.]svn/;/[.]git/;[.]hg/;[.]hgsub;[.]hgsubstate;.gitignore;/build/;tags;cscope.*;[.]rej$;[.]orig$;svn-commit[.]")
set(CPACK_SOURCE_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}")

include(CPack)
2 changes: 2 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
V1.XX.X

V1.14.1
[QMS-37] Inconsistent use of time zones
[QMS-43] Individual filter for each project
[QMS-49] Add "elevation limit" to DEM to highlight elevation above the limit
Expand Down

0 comments on commit 89d6aa9

Please sign in to comment.