Skip to content

Commit

Permalink
Fixed unstable version name
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@6422 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Jan 12, 2007
1 parent 230dc1f commit dbeb5d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qgsconfig.h.in
Expand Up @@ -4,7 +4,7 @@
#ifndef QGSCONFIG_H
#define QGSCONFIG_H

#define VERSION "0.8.0"
#define VERSION "0.9.0-Unstable"

#define PREFIX "${CMAKE_INSTALL_PREFIX}"

Expand Down
2 changes: 1 addition & 1 deletion src/core/qgis.cpp
Expand Up @@ -16,7 +16,7 @@ const char* QGis::qgisSvnVersion = QGSSVNVERSION;
const int QGis::qgisVersionInt =900;

// Release name
const char* QGis::qgisReleaseName = "Grumpy - 0.9 UNSTABLE";
const char* QGis::qgisReleaseName = "Grumpy - UNSTABLE";

const char* QGis::qgisVectorGeometryType[] =
{
Expand Down

0 comments on commit dbeb5d0

Please sign in to comment.