Skip to content

Commit 23f380d

Browse files
author
gsherman
committed
Bumped version number to 0.8.0 and added Preview 1 to the version text in
anticipation of preparing a preview release. git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5055 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 3da79cb commit 23f380d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

configure.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ dnl number. This means that development work on 0.8 will be versioned as
2727
dnl 0.7devel1, 0.7devel2, etc.
2828
dnl ---------------------------------------------------------------------------
2929
MAJOR_VERSION=0
30-
MINOR_VERSION=7
31-
MICRO_VERSION=9
32-
EXTRA_VERSION=10
30+
MINOR_VERSION=8
31+
MICRO_VERSION=0
32+
EXTRA_VERSION=0
3333
if test $EXTRA_VERSION -eq 0; then
3434
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
3535
else
36-
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}devel${EXTRA_VERSION}
36+
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}-Preview-${EXTRA_VERSION}
3737
fi
3838

3939
dnl ---------------------------------------------------------------------------

src/core/qgis.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
const char* QGis::qgisVersion = VERSION;
99

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

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

1616
const char* QGis::qgisVectorGeometryType[] =
1717
{

0 commit comments

Comments
 (0)