File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ dnl number. This means that development work on 0.8 will be versioned as
27
27
dnl 0.7devel1, 0.7devel2, etc.
28
28
dnl ---------------------------------------------------------------------------
29
29
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
33
33
if test $EXTRA_VERSION -eq 0; then
34
34
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
35
35
else
36
- VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}devel ${EXTRA_VERSION}
36
+ VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}-Preview- ${EXTRA_VERSION}
37
37
fi
38
38
39
39
dnl ---------------------------------------------------------------------------
Original file line number Diff line number Diff line change 8
8
const char * QGis::qgisVersion = VERSION;
9
9
10
10
// Version number used for comparing versions using the "Check QGIS Version" function
11
- const int QGis::qgisVersionInt =703 ;
11
+ const int QGis::qgisVersionInt =800 ;
12
12
13
13
// Release name
14
- const char * QGis::qgisReleaseName = " Seamus " ;
14
+ const char * QGis::qgisReleaseName = " Titan - Preview 1 " ;
15
15
16
16
const char * QGis::qgisVectorGeometryType[] =
17
17
{
You can’t perform that action at this time.
0 commit comments