Updated changelog

Bumped extra_version in configure.in to 3


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2134 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2004-10-16 17:09:45 +00:00
parent f58122d50d
commit 6f599ad593
2 changed files with 7 additions and 3 deletions

View File

@ -1,8 +1,12 @@
QGIS Change Log
ChangeLog,v 1.193 2004/10/11 21:08:52 gsherman Exp
ChangeLog,v 1.194 2004/10/16 17:09:45 gsherman Exp
------------------------------------------------------------------------------
Version 0.6 'Simon' .... development version
2004-10-11 [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
2004-10-11 [gsherman] 0.5.0devel2
** Added man page (qgis.man) that gets installed in man1 as qgis.1

View File

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