Skip to content

Commit f6ddc62

Browse files
committedJan 18, 2019
Release of 3.4.4
1 parent 2797f3a commit f6ddc62

File tree

4 files changed

+770
-3
lines changed

4 files changed

+770
-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 "4")
15-
SET(CPACK_PACKAGE_VERSION_PATCH "3")
15+
SET(CPACK_PACKAGE_VERSION_PATCH "4")
1616
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
1717
SET(RELEASE_NAME "Madeira")
1818
PROJECT(qgis VERSION ${COMPLETE_VERSION})

0 commit comments

Comments
 (0)