Skip to content

Commit

Permalink
Changelog for debuan (dch -v 0.9.1)
Browse files Browse the repository at this point in the history
Version string updates in qgisapp.cpp and qgis.cpp



git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7729 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Dec 7, 2007
1 parent a49ee00 commit 3dd0e43
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
12 changes: 12 additions & 0 deletions debian/changelog
@@ -1,3 +1,15 @@
qgis (0.9.1) gutsy; urgency=low

* This is a bug fix release
* 70 Bugs closed
* Added locale tab to options dialog so that locale can be overridden
* Cleanups and additions to GRASS tools
* Documentation updates
* Improvements for building under MSVC
* Progress indicators for WFS and WCS

-- Tim Sutton <tim@linfiniti.com> Fri, 07 Dec 2007 01:36:55 -0200

qgis (0.9.0) gutsy; urgency=low

* Quantum GIS 0.9.0 'Ganymede' release
Expand Down
3 changes: 3 additions & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -1461,6 +1461,9 @@ watsNew += "<ul><li>"
+ "<li>"
+ tr("Improvements to the GeoReferencer")
+ "</li>"
+ "<li>"
+ tr("Added locale options to options dialog.")
+ "</li>"
//+ "<li>"
//+ tr("")
//+ "</li>"
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgis.cpp
Expand Up @@ -32,7 +32,7 @@ const char* QGis::qgisVersion = VERSION;
const char* QGis::qgisSvnVersion = QGSSVNVERSION;

// Version number used for comparing versions using the "Check QGIS Version" function
const int QGis::qgisVersionInt =900;
const int QGis::qgisVersionInt =910;

// Release name
const char* QGis::qgisReleaseName = "Ganymede";
Expand Down

0 comments on commit 3dd0e43

Please sign in to comment.