Skip to content

Commit

Permalink
Set qgis release name in main.cpp
Browse files Browse the repository at this point in the history
Set qgis version in configure for those using auto*


git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@7031 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jun 14, 2007
1 parent 0093690 commit 798b42e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -28,7 +28,7 @@ dnl 0.7devel1, 0.7devel2, etc.
dnl ---------------------------------------------------------------------------
MAJOR_VERSION=0
MINOR_VERSION=8
MICRO_VERSION=0
MICRO_VERSION=1
EXTRA_VERSION=0
if test $EXTRA_VERSION -eq 0; then
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion src/gui/main.cpp
Expand Up @@ -65,7 +65,7 @@ static const char * const ident_ = "$Id$";
*/
void usage( std::string const & appName )
{
std::cerr << "Quantum GIS - " << VERSION << " 'Simon' ("
std::cerr << "Quantum GIS - " << VERSION << " 'Titan' ("
<< QGSSVNVERSION << ")\n"
<< "Quantum GIS (QGIS) is a viewer for spatial data sets, including\n"
<< "raster and vector data.\n"
Expand Down

0 comments on commit 798b42e

Please sign in to comment.