Skip to content

Commit

Permalink
changed version names to Ganymede preview 1
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7111 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Jul 30, 2007
1 parent 0668bca commit 833629f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmake_templates/qgsconfig.h.in
Expand Up @@ -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}"

Expand Down
2 changes: 1 addition & 1 deletion src/app/main.cpp
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgis.cpp
Expand Up @@ -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[] =
{
Expand Down

0 comments on commit 833629f

Please sign in to comment.