Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release of 3.6.1
  • Loading branch information
jef-n committed Mar 22, 2019
1 parent 2acbbc3 commit 93e761d
Show file tree
Hide file tree
Showing 4 changed files with 1,042 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -12,7 +12,7 @@ CMAKE_POLICY (SET CMP0053 NEW)
# Project and version
SET(CPACK_PACKAGE_VERSION_MAJOR "3")
SET(CPACK_PACKAGE_VERSION_MINOR "6")
SET(CPACK_PACKAGE_VERSION_PATCH "0")
SET(CPACK_PACKAGE_VERSION_PATCH "1")
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
SET(RELEASE_NAME "Noosa")
PROJECT(qgis VERSION ${COMPLETE_VERSION})
Expand Down

0 comments on commit 93e761d

Please sign in to comment.