diff --git a/CMakeLists.txt b/CMakeLists.txt index a887afe73..909b7948f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 "") ############################################################################################### diff --git a/CPackConfig.cmake b/CPackConfig.cmake index 799ec98a6..aea8e0ee0 100644 --- a/CPackConfig.cmake +++ b/CPackConfig.cmake @@ -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) diff --git a/changelog.txt b/changelog.txt index e4fe9766a..d5d16057a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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