[QGIS Commit] r10698 - in trunk/qgis: . images/splash

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat May 2 10:21:47 EDT 2009


Author: timlinux
Date: 2009-05-02 10:21:47 -0400 (Sat, 02 May 2009)
New Revision: 10698

Modified:
   trunk/qgis/CMakeLists.txt
   trunk/qgis/images/splash/splash.png
   trunk/qgis/images/splash/splash.xcf.bz2
Log:
Update splash and versions so its clear trunk is trunk

Modified: trunk/qgis/CMakeLists.txt
===================================================================
--- trunk/qgis/CMakeLists.txt	2009-05-02 09:00:14 UTC (rev 10697)
+++ trunk/qgis/CMakeLists.txt	2009-05-02 14:21:47 UTC (rev 10698)
@@ -1,12 +1,12 @@
 SET(CPACK_PACKAGE_VERSION_MAJOR "1")
-SET(CPACK_PACKAGE_VERSION_MINOR "1")
+SET(CPACK_PACKAGE_VERSION_MINOR "2")
 SET(CPACK_PACKAGE_VERSION_PATCH "0")
 SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
-SET(RELEASE_NAME "Pan (Unstable)")
+SET(RELEASE_NAME "Unstable 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 10100)
+SET(QGIS_VERSION_INT 10200)
 
 # TODO:
 # - install includes for libs

Modified: trunk/qgis/images/splash/splash.png
===================================================================
(Binary files differ)

Modified: trunk/qgis/images/splash/splash.xcf.bz2
===================================================================
(Binary files differ)



More information about the QGIS-commit mailing list