Skip to content

Commit 04ee8e0

Browse files
committedMay 17, 2019
Release of 3.4.8
1 parent a23bffd commit 04ee8e0

File tree

4 files changed

+426
-3
lines changed

4 files changed

+426
-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 "4")
18-
SET(CPACK_PACKAGE_VERSION_PATCH "7")
18+
SET(CPACK_PACKAGE_VERSION_PATCH "8")
1919
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
2020
SET(RELEASE_NAME "Madeira")
2121
PROJECT(qgis VERSION ${COMPLETE_VERSION})

0 commit comments

Comments
 (0)
Please sign in to comment.