Skip to content

Commit 6849f37

Browse files
author
gsherman
committedJul 30, 2007
changed version names to Ganymede preview 1
git-svn-id: http://svn.osgeo.org/qgis/trunk@7111 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 09b7ac7 commit 6849f37

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎cmake_templates/qgsconfig.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#ifndef QGSCONFIG_H
55
#define QGSCONFIG_H
66

7-
#define VERSION "0.9.0-Unstable"
7+
#define VERSION "0.9.0-Preview-1"
88

99
#define PREFIX "${CMAKE_INSTALL_PREFIX}"
1010

‎src/app/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ static const char * const ident_ = "$Id$";
6666
*/
6767
void usage( std::string const & appName )
6868
{
69-
std::cerr << "Quantum GIS - " << VERSION << " 'Simon' ("
69+
std::cerr << "Quantum GIS - " << VERSION << " 'Ganymede' ("
7070
<< QGSSVNVERSION << ")\n"
7171
<< "Quantum GIS (QGIS) is a viewer for spatial data sets, including\n"
7272
<< "raster and vector data.\n"

‎src/core/qgis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const char* QGis::qgisSvnVersion = QGSSVNVERSION;
1919
const int QGis::qgisVersionInt =900;
2020

2121
// Release name
22-
const char* QGis::qgisReleaseName = "Grumpy - UNSTABLE";
22+
const char* QGis::qgisReleaseName = "Ganymede - Preview 1";
2323

2424
const char* QGis::qgisVectorGeometryType[] =
2525
{

0 commit comments

Comments
 (0)
Please sign in to comment.