Skip to content

Commit a6c87ba

Browse files
author
gsherman
committed
Changed version name to reflect 0.9 unstable
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6421 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 9126c0d commit a6c87ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/qgis.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ const char* QGis::qgisVersion = VERSION;
1313
const char* QGis::qgisSvnVersion = QGSSVNVERSION;
1414

1515
// Version number used for comparing versions using the "Check QGIS Version" function
16-
const int QGis::qgisVersionInt =800;
16+
const int QGis::qgisVersionInt =900;
1717

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

2121
const char* QGis::qgisVectorGeometryType[] =
2222
{

0 commit comments

Comments
 (0)