[QGIS Commit] r11643 - trunk/qgis

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Sep 12 17:52:31 EDT 2009


Author: jef
Date: 2009-09-12 17:52:30 -0400 (Sat, 12 Sep 2009)
New Revision: 11643

Modified:
   trunk/qgis/CMakeLists.txt
Log:
update trunk version

Modified: trunk/qgis/CMakeLists.txt
===================================================================
--- trunk/qgis/CMakeLists.txt	2009-09-12 21:44:52 UTC (rev 11642)
+++ trunk/qgis/CMakeLists.txt	2009-09-12 21:52:30 UTC (rev 11643)
@@ -1,12 +1,12 @@
 SET(CPACK_PACKAGE_VERSION_MAJOR "1")
-SET(CPACK_PACKAGE_VERSION_MINOR "3")
+SET(CPACK_PACKAGE_VERSION_MINOR "4")
 SET(CPACK_PACKAGE_VERSION_PATCH "0")
 SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
-SET(RELEASE_NAME "Mimas")
+SET(RELEASE_NAME "Trunk")
 SET(PROJECT_VERSION ${COMPLETE_VERSION})
 PROJECT(qgis${PROJECT_VERSION})
 # Note the version no is Mmmpp for Major/minor/patch, 0-padded, thus '10100' for 1.1.0
-SET(QGIS_VERSION_INT 10300)
+SET(QGIS_VERSION_INT 10400)
 
 # TODO:
 # - install includes for libs



More information about the QGIS-commit mailing list