We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f916736 commit 80c9e32Copy full SHA for 80c9e32
CMakeLists.txt
@@ -2,7 +2,7 @@ SET(CPACK_PACKAGE_VERSION_MAJOR "1")
2
SET(CPACK_PACKAGE_VERSION_MINOR "2")
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 "Unstable Trunk")
+SET(RELEASE_NAME "Daphnis")
6
SET(PROJECT_VERSION ${COMPLETE_VERSION})
7
PROJECT(qgis${PROJECT_VERSION})
8
# Note the version no is Mmmpp for Major/minor/patch, 0-padded, thus '10100' for 1.1.0
0 commit comments