Skip to content

Commit

Permalink
Changed version name to reflect 0.9 unstable
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@6421 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Jan 12, 2007
1 parent de5c8f7 commit 230dc1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/qgis.cpp
Expand Up @@ -13,10 +13,10 @@ 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 =800;
const int QGis::qgisVersionInt =900;

// Release name
const char* QGis::qgisReleaseName = "Titan";
const char* QGis::qgisReleaseName = "Grumpy - 0.9 UNSTABLE";

const char* QGis::qgisVectorGeometryType[] =
{
Expand Down

0 comments on commit 230dc1f

Please sign in to comment.