mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Fixed unstable version name
git-svn-id: http://svn.osgeo.org/qgis/trunk@6422 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
230dc1f3db
commit
dbeb5d02a2
@ -4,7 +4,7 @@
|
||||
#ifndef QGSCONFIG_H
|
||||
#define QGSCONFIG_H
|
||||
|
||||
#define VERSION "0.8.0"
|
||||
#define VERSION "0.9.0-Unstable"
|
||||
|
||||
#define PREFIX "${CMAKE_INSTALL_PREFIX}"
|
||||
|
||||
|
@ -16,7 +16,7 @@ const char* QGis::qgisSvnVersion = QGSSVNVERSION;
|
||||
const int QGis::qgisVersionInt =900;
|
||||
|
||||
// Release name
|
||||
const char* QGis::qgisReleaseName = "Grumpy - 0.9 UNSTABLE";
|
||||
const char* QGis::qgisReleaseName = "Grumpy - UNSTABLE";
|
||||
|
||||
const char* QGis::qgisVectorGeometryType[] =
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user