Skip to content

Commit

Permalink
Release of 3.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Mar 31, 2023
1 parent 8cf61f6 commit 9035a01
Show file tree
Hide file tree
Showing 4 changed files with 404 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -18,7 +18,7 @@ set(CMAKE_LINK_DEPENDS_NO_SHARED ON)
# Project and version
set(CPACK_PACKAGE_VERSION_MAJOR "3")
set(CPACK_PACKAGE_VERSION_MINOR "30")
set(CPACK_PACKAGE_VERSION_PATCH "0")
set(CPACK_PACKAGE_VERSION_PATCH "1")
set(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
set(RELEASE_NAME "'s-Hertogenbosch")
project(qgis VERSION ${COMPLETE_VERSION})
Expand Down

0 comments on commit 9035a01

Please sign in to comment.