Skip to content

Commit

Permalink
Bumped version up to 1.0.1
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/branches/Version-1_0@10161 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Feb 13, 2009
1 parent 18d0300 commit 1995281
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,7 +1,7 @@

SET(CPACK_PACKAGE_VERSION_MAJOR "1")
SET(CPACK_PACKAGE_VERSION_MINOR "0")
SET(CPACK_PACKAGE_VERSION_PATCH "0")
SET(CPACK_PACKAGE_VERSION_PATCH "1")
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
SET(RELEASE_NAME "Kore")
SET(PROJECT_VERSION ${COMPLETE_VERSION})
Expand Down
6 changes: 5 additions & 1 deletion doc/index.html
Expand Up @@ -10,7 +10,7 @@
</td>
<td valign="center">
<span class="header">Quantum GIS Documentation</span><br>
<span class="subheader">Version 1.0.0 <i>Kore</i></span><br>
<span class="subheader">Version 1.0.1 <i>Kore</i></span><br>
<span class="warning">Please read this entire document for important information about this release.</span>
</td>
</tr>
Expand All @@ -21,6 +21,10 @@
-->
<!-- 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.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>

<h2>Whats new in Version 1.0.0?</h2>
<p>
</p>
Expand Down
7 changes: 6 additions & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -1805,8 +1805,13 @@ void QgisApp::about()
abt->setVersion( versionString );
QString whatsNew = "<html><body>" + tr( "Version" ) + " ";
whatsNew += QGis::QGIS_VERSION;
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"
);
whatsNew += "<h3>" + tr( "New features" ) + "</h3>" +
tr( "This release candidate includes over 265 bug fixes and enchancements "
tr( "The QGIS 1.0 release includes over 265 bug fixes and enchancements "
"over the QGIS 0.11.0 release. In addition we have added "
"the following new features:" );
whatsNew += "<ul><li>"
Expand Down

0 comments on commit 1995281

Please sign in to comment.