Skip to content

Commit 656500e

Browse files
committed
Release of 3.6.2
1 parent 6c9df8b commit 656500e

File tree

4 files changed

+694
-3
lines changed

4 files changed

+694
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ SET(CMAKE_LINK_DEPENDS_NO_SHARED ON)
1515
# Project and version
1616
SET(CPACK_PACKAGE_VERSION_MAJOR "3")
1717
SET(CPACK_PACKAGE_VERSION_MINOR "6")
18-
SET(CPACK_PACKAGE_VERSION_PATCH "1")
18+
SET(CPACK_PACKAGE_VERSION_PATCH "2")
1919
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
2020
SET(RELEASE_NAME "Noosa")
2121
PROJECT(qgis VERSION ${COMPLETE_VERSION})

0 commit comments

Comments
 (0)