[QGIS Commit] r10539 - trunk/qgis

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Apr 11 16:51:50 EDT 2009


Author: timlinux
Date: 2009-04-11 16:51:50 -0400 (Sat, 11 Apr 2009)
New Revision: 10539

Modified:
   trunk/qgis/CMakeLists.txt
Log:
Added note on how version_int is computed

Modified: trunk/qgis/CMakeLists.txt
===================================================================
--- trunk/qgis/CMakeLists.txt	2009-04-11 20:32:02 UTC (rev 10538)
+++ trunk/qgis/CMakeLists.txt	2009-04-11 20:51:50 UTC (rev 10539)
@@ -5,6 +5,7 @@
 SET(RELEASE_NAME "Pan (Unstable)")
 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 10100)
 
 # TODO:



More information about the QGIS-commit mailing list