Incremented extra_version in configure.in to 8

Updated changelog


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1854 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2004-08-13 03:53:44 +00:00
parent 61f29af5b3
commit 7e0f9bbd1c
2 changed files with 8 additions and 3 deletions

View File

@ -1,8 +1,13 @@
QGIS Change Log
ChangeLog,v 1.162 2004/07/20 06:33:13 gsherman Exp
ChangeLog,v 1.163 2004/08/13 03:53:44 gsherman Exp
------------------------------------------------------------------------------
Version 0.4 'Baby' .... development version
2004-08-12 [gsherman] 0.4.0devel8
** Rearranged capture icons and added them to the MapNavigation action group
so that the icons remain depressed while the tool is active. (bugs
994274 and 994272)
2004-07-19 [gsherman] 0.4.0devel7
** Fixed broken setDisplayField function in qgsvectorlayer
** Added display/label field handling. Field is now set when the layer is

View File

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl configure.in,v 1.165 2004/07/20 06:33:13 gsherman Exp
dnl configure.in,v 1.166 2004/08/13 03:53:44 gsherman Exp
@ -26,7 +26,7 @@ dnl ---------------------------------------------------------------------------
MAJOR_VERSION=0
MINOR_VERSION=4
MICRO_VERSION=0
EXTRA_VERSION=7
EXTRA_VERSION=8
if test $EXTRA_VERSION -eq 0; then
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
else