mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
changed version names to Ganymede preview 1
git-svn-id: http://svn.osgeo.org/qgis/trunk@7111 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
09b7ac7c58
commit
6849f37cd7
@ -4,7 +4,7 @@
|
||||
#ifndef QGSCONFIG_H
|
||||
#define QGSCONFIG_H
|
||||
|
||||
#define VERSION "0.9.0-Unstable"
|
||||
#define VERSION "0.9.0-Preview-1"
|
||||
|
||||
#define PREFIX "${CMAKE_INSTALL_PREFIX}"
|
||||
|
||||
|
@ -66,7 +66,7 @@ static const char * const ident_ = "$Id$";
|
||||
*/
|
||||
void usage( std::string const & appName )
|
||||
{
|
||||
std::cerr << "Quantum GIS - " << VERSION << " 'Simon' ("
|
||||
std::cerr << "Quantum GIS - " << VERSION << " 'Ganymede' ("
|
||||
<< QGSSVNVERSION << ")\n"
|
||||
<< "Quantum GIS (QGIS) is a viewer for spatial data sets, including\n"
|
||||
<< "raster and vector data.\n"
|
||||
|
@ -19,7 +19,7 @@ const char* QGis::qgisSvnVersion = QGSSVNVERSION;
|
||||
const int QGis::qgisVersionInt =900;
|
||||
|
||||
// Release name
|
||||
const char* QGis::qgisReleaseName = "Grumpy - UNSTABLE";
|
||||
const char* QGis::qgisReleaseName = "Ganymede - Preview 1";
|
||||
|
||||
const char* QGis::qgisVectorGeometryType[] =
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user