Skip to content

Commit 0c5774c

Browse files
committed
Release of 3.6.3
1 parent 6f76857 commit 0c5774c

File tree

4 files changed

+448
-3
lines changed

4 files changed

+448
-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 "2")
18+
SET(CPACK_PACKAGE_VERSION_PATCH "3")
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)