We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent be1c00e commit 9c66d9dCopy full SHA for 9c66d9d
CMakeLists.txt
@@ -2,7 +2,7 @@ SET(CPACK_PACKAGE_VERSION_MAJOR "1")
2
SET(CPACK_PACKAGE_VERSION_MINOR "0")
3
SET(CPACK_PACKAGE_VERSION_PATCH "0")
4
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
5
-SET(RELEASE_NAME "Kore-preview2")
+SET(RELEASE_NAME "Kore-trunk")
6
SET(PROJECT_VERSION ${COMPLETE_VERSION})
7
PROJECT(qgis${PROJECT_VERSION})
8
SET(QGIS_VERSION_INT 10000)
0 commit comments