File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
#ifndef QGSCONFIG_H
5
5
#define QGSCONFIG_H
6
6
7
- #define VERSION "0.9.0-Unstable "
7
+ #define VERSION "0.9.0-Preview-1 "
8
8
9
9
#define PREFIX "${CMAKE_INSTALL_PREFIX}"
10
10
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ static const char * const ident_ = "$Id$";
66
66
*/
67
67
void usage ( std::string const & appName )
68
68
{
69
- std::cerr << " Quantum GIS - " << VERSION << " 'Simon ' ("
69
+ std::cerr << " Quantum GIS - " << VERSION << " 'Ganymede ' ("
70
70
<< QGSSVNVERSION << " )\n "
71
71
<< " Quantum GIS (QGIS) is a viewer for spatial data sets, including\n "
72
72
<< " raster and vector data.\n "
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const char* QGis::qgisSvnVersion = QGSSVNVERSION;
19
19
const int QGis::qgisVersionInt =900 ;
20
20
21
21
// Release name
22
- const char * QGis::qgisReleaseName = " Grumpy - UNSTABLE " ;
22
+ const char * QGis::qgisReleaseName = " Ganymede - Preview 1 " ;
23
23
24
24
const char * QGis::qgisVectorGeometryType[] =
25
25
{
You can’t perform that action at this time.
0 commit comments