Skip to content

Commit edf3169

Browse files
author
timlinux
committed
remove superfluous ^ symbol
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8523 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 508b476 commit edf3169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SET(CPACK_PACKAGE_VERSION_MAJOR "0")
22
SET(CPACK_PACKAGE_VERSION_MINOR "11")
33
SET(CPACK_PACKAGE_VERSION_PATCH "0")
4-
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})^
4+
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
55
SET(RELEASE_NAME "Metis")
66
SET(PROJECT_VERSION ${COMPLETE_VERSION})
77
PROJECT(qgis${PROJECT_VERSION})

0 commit comments

Comments
 (0)