From edf3169b3097054f67318a919ebc68e09e1cb11d Mon Sep 17 00:00:00 2001 From: timlinux Date: Mon, 26 May 2008 15:42:29 +0000 Subject: [PATCH] remove superfluous ^ symbol git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8523 c8812cc2-4d05-0410-92ff-de0c093fc19c --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2918131c7a0..05020dae756 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ SET(CPACK_PACKAGE_VERSION_MAJOR "0") SET(CPACK_PACKAGE_VERSION_MINOR "11") SET(CPACK_PACKAGE_VERSION_PATCH "0") -SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})^ +SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}) SET(RELEASE_NAME "Metis") SET(PROJECT_VERSION ${COMPLETE_VERSION}) PROJECT(qgis${PROJECT_VERSION})