From 6849f37cd71661f3a4fa6aff4ad9449b5ad5113d Mon Sep 17 00:00:00 2001 From: gsherman Date: Mon, 30 Jul 2007 02:01:54 +0000 Subject: [PATCH] changed version names to Ganymede preview 1 git-svn-id: http://svn.osgeo.org/qgis/trunk@7111 c8812cc2-4d05-0410-92ff-de0c093fc19c --- cmake_templates/qgsconfig.h.in | 2 +- src/app/main.cpp | 2 +- src/core/qgis.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake_templates/qgsconfig.h.in b/cmake_templates/qgsconfig.h.in index f6c2c41754e..0219095dec2 100644 --- a/cmake_templates/qgsconfig.h.in +++ b/cmake_templates/qgsconfig.h.in @@ -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}" diff --git a/src/app/main.cpp b/src/app/main.cpp index c9c5556b231..51cddb9616d 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -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" diff --git a/src/core/qgis.cpp b/src/core/qgis.cpp index 0013b01d718..08d0fef1e58 100644 --- a/src/core/qgis.cpp +++ b/src/core/qgis.cpp @@ -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[] = {