Skip to content

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/core/qgis.cpp

Lines changed: 2 additions & 2 deletions
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)
Please sign in to comment.