Skip to content

Commit 1edf372

Browse files
committedJul 20, 2018
Release of 3.2.1
1 parent b5e2284 commit 1edf372

File tree

4 files changed

+721
-3
lines changed

4 files changed

+721
-3
lines changed
 

‎CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ CMAKE_POLICY (SET CMP0053 NEW)
1212
# Project and version
1313
SET(CPACK_PACKAGE_VERSION_MAJOR "3")
1414
SET(CPACK_PACKAGE_VERSION_MINOR "2")
15-
SET(CPACK_PACKAGE_VERSION_PATCH "0")
15+
SET(CPACK_PACKAGE_VERSION_PATCH "1")
1616
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
1717
SET(RELEASE_NAME "Bonn")
1818
PROJECT(qgis VERSION ${COMPLETE_VERSION})

0 commit comments

Comments
 (0)
Please sign in to comment.