We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9126c0d commit a6c87baCopy full SHA for a6c87ba
src/core/qgis.cpp
@@ -13,10 +13,10 @@ const char* QGis::qgisVersion = VERSION;
13
const char* QGis::qgisSvnVersion = QGSSVNVERSION;
14
15
// Version number used for comparing versions using the "Check QGIS Version" function
16
-const int QGis::qgisVersionInt =800;
+const int QGis::qgisVersionInt =900;
17
18
// Release name
19
-const char* QGis::qgisReleaseName = "Titan";
+const char* QGis::qgisReleaseName = "Grumpy - 0.9 UNSTABLE";
20
21
const char* QGis::qgisVectorGeometryType[] =
22
{
0 commit comments