[QGIS Commit] r10197 - in branches/Version-1_0: . doc images/splash src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Feb 18 03:42:45 EST 2009


Author: timlinux
Date: 2009-02-18 03:42:45 -0500 (Wed, 18 Feb 2009)
New Revision: 10197

Modified:
   branches/Version-1_0/CMakeLists.txt
   branches/Version-1_0/doc/index.html
   branches/Version-1_0/images/splash/splash.png
   branches/Version-1_0/images/splash/splash.xcf.bz2
   branches/Version-1_0/images/splash/web_banner.jpg
   branches/Version-1_0/images/splash/web_banner.xcf.bz2
   branches/Version-1_0/src/app/qgisapp.cpp
Log:
Bumped versions, splash etc to 1.0.2 in stable branch

Modified: branches/Version-1_0/CMakeLists.txt
===================================================================
--- branches/Version-1_0/CMakeLists.txt	2009-02-18 07:43:12 UTC (rev 10196)
+++ branches/Version-1_0/CMakeLists.txt	2009-02-18 08:42:45 UTC (rev 10197)
@@ -1,12 +1,12 @@
 
 SET(CPACK_PACKAGE_VERSION_MAJOR "1")
 SET(CPACK_PACKAGE_VERSION_MINOR "0")
-SET(CPACK_PACKAGE_VERSION_PATCH "1")
+SET(CPACK_PACKAGE_VERSION_PATCH "2")
 SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
 SET(RELEASE_NAME "Kore")
 SET(PROJECT_VERSION ${COMPLETE_VERSION})
 PROJECT(qgis${PROJECT_VERSION})
-SET(QGIS_VERSION_INT 10000)
+SET(QGIS_VERSION_INT 10002)
 
 # TODO:
 # - install includes for libs

Modified: branches/Version-1_0/doc/index.html
===================================================================
--- branches/Version-1_0/doc/index.html	2009-02-18 07:43:12 UTC (rev 10196)
+++ branches/Version-1_0/doc/index.html	2009-02-18 08:42:45 UTC (rev 10197)
@@ -10,7 +10,7 @@
   </td>
   <td valign="center">
     <span class="header">Quantum GIS Documentation</span><br>
-    <span class="subheader">Version 1.0.1 <i>Kore</i></span><br>
+    <span class="subheader">Version 1.0.2<i>Kore</i></span><br>
     <span class="warning">Please read this entire document for important information about this release.</span>
   </td>
 </tr>
@@ -21,6 +21,9 @@
 -->
 <!-- This documentation describes the Quantum GIS (QGIS) application. More
 information on QGIS is available on the web page at http://qgis.org. -->
+<h2>Whats new in Version 1.0.2?</h2>
+<p>This is a bugfix release only. A list of closed issues can be found at 
+<a href="https://trac.osgeo.org/qgis/query?status=closed&milestone=Version+1.0.2">The 1.0.2 Milestone on QGIS trac</a>
 <h2>Whats new in Version 1.0.1?</h2>
 <p>This is a bugfix release only. A list of closed issues can be found at 
 <a href="https://trac.osgeo.org/qgis/query?status=closed&milestone=Version+1.0.1">The 1.0.1 Milestone on QGIS trac</a>

Modified: branches/Version-1_0/images/splash/splash.png
===================================================================
(Binary files differ)

Modified: branches/Version-1_0/images/splash/splash.xcf.bz2
===================================================================
(Binary files differ)

Modified: branches/Version-1_0/images/splash/web_banner.jpg
===================================================================
(Binary files differ)

Modified: branches/Version-1_0/images/splash/web_banner.xcf.bz2
===================================================================
(Binary files differ)

Modified: branches/Version-1_0/src/app/qgisapp.cpp
===================================================================
--- branches/Version-1_0/src/app/qgisapp.cpp	2009-02-18 07:43:12 UTC (rev 10196)
+++ branches/Version-1_0/src/app/qgisapp.cpp	2009-02-18 08:42:45 UTC (rev 10197)
@@ -1806,6 +1806,11 @@
     QString whatsNew = "<html><body>" + tr( "Version" ) + " ";
     whatsNew += QGis::QGIS_VERSION;
     whatsNew += "<h3>" + tr( "Changes" ) + "</h3>" +
+                tr( "QGIS 1.0.2 is a bug fix release for the stable version of QGIS."
+                    "A summary of the improvements can be found at "
+                    "https://trac.osgeo.org/qgis/query?status=closed&milestone=Version+1.0.2"
+                    );
+    whatsNew += "<h3>" + tr( "Changes" ) + "</h3>" +
                 tr( "QGIS 1.0.1 is a bug fix release for the stable version of QGIS."
                     "A summary of the improvements can be found at "
                     "https://trac.osgeo.org/qgis/query?status=closed&milestone=Version+1.0.1"



More information about the QGIS-commit mailing list