Skip to content

Commit

Permalink
Bumped version number to 0.8.0 and added Preview 1 to the version tex…
Browse files Browse the repository at this point in the history
…t in

anticipation of preparing a preview release.


git-svn-id: http://svn.osgeo.org/qgis/trunk@5055 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Mar 17, 2006
1 parent 6c9f83c commit 1935774
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions configure.in
Expand Up @@ -27,13 +27,13 @@ dnl number. This means that development work on 0.8 will be versioned as
dnl 0.7devel1, 0.7devel2, etc.
dnl ---------------------------------------------------------------------------
MAJOR_VERSION=0
MINOR_VERSION=7
MICRO_VERSION=9
EXTRA_VERSION=10
MINOR_VERSION=8
MICRO_VERSION=0
EXTRA_VERSION=0
if test $EXTRA_VERSION -eq 0; then
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
else
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}devel${EXTRA_VERSION}
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}-Preview-${EXTRA_VERSION}
fi

dnl ---------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions src/core/qgis.cpp
Expand Up @@ -8,10 +8,10 @@
const char* QGis::qgisVersion = VERSION;

// Version number used for comparing versions using the "Check QGIS Version" function
const int QGis::qgisVersionInt =703;
const int QGis::qgisVersionInt =800;

// Release name
const char* QGis::qgisReleaseName = "Seamus";
const char* QGis::qgisReleaseName = "Titan - Preview 1";

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

0 comments on commit 1935774

Please sign in to comment.