Update changelog and bumped extra_version in configure.in

git-svn-id: http://svn.osgeo.org/qgis/trunk@2141 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2004-10-18 05:36:30 +00:00
parent 59aa7419e9
commit f86e37cd95
2 changed files with 8 additions and 4 deletions

View File

@ -1,9 +1,13 @@
QGIS Change Log
ChangeLog,v 1.194 2004/10/16 17:09:45 gsherman Exp
ChangeLog,v 1.195 2004/10/18 05:36:30 gsherman Exp
------------------------------------------------------------------------------
Version 0.6 'Simon' .... development version
2004-10-11 [gsherman] 0.5.0devel3
2004-10-17 [gsherman] 0.5.0devel4
** OGR provider now uses GEOS to select features when doing identify and
select operations.
2004-10-16 [gsherman] 0.5.0devel3
** Fixed OGR filters in the add layer dialog box using fix in qgsproject-branch
** Reverted images in qgisappbase.ui to XPM so QGIS will compile on Qt < 3.x

View File

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl configure.in,v 1.197 2004/10/16 17:09:45 gsherman Exp
dnl configure.in,v 1.198 2004/10/18 05:36:30 gsherman Exp
@ -26,7 +26,7 @@ dnl ---------------------------------------------------------------------------
MAJOR_VERSION=0
MINOR_VERSION=5
MICRO_VERSION=0
EXTRA_VERSION=3
EXTRA_VERSION=4
if test $EXTRA_VERSION -eq 0; then
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
else