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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Dec 30 17:22:04 EST 2008


Author: timlinux
Date: 2008-12-30 17:22:04 -0500 (Tue, 30 Dec 2008)
New Revision: 9912

Modified:
   trunk/qgis/CMakeLists.txt
   trunk/qgis/images/splash/splash.png
   trunk/qgis/images/splash/splash.xcf.bz2
Log:
Mark trunk as qgis 1.1.0 unstable and updated splash so unstable is visually distinct from stable on startup

Modified: trunk/qgis/CMakeLists.txt
===================================================================
--- trunk/qgis/CMakeLists.txt	2008-12-30 14:47:13 UTC (rev 9911)
+++ trunk/qgis/CMakeLists.txt	2008-12-30 22:22:04 UTC (rev 9912)
@@ -1,8 +1,8 @@
 SET(CPACK_PACKAGE_VERSION_MAJOR "1")
-SET(CPACK_PACKAGE_VERSION_MINOR "0")
+SET(CPACK_PACKAGE_VERSION_MINOR "1")
 SET(CPACK_PACKAGE_VERSION_PATCH "0")
 SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
-SET(RELEASE_NAME "Kore-trunk")
+SET(RELEASE_NAME "Unstable-trunk")
 SET(PROJECT_VERSION ${COMPLETE_VERSION})
 PROJECT(qgis${PROJECT_VERSION})
 SET(QGIS_VERSION_INT 10000)

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