Updated ChangeLog

Incremented extra version to 57


git-svn-id: http://svn.osgeo.org/qgis/trunk@1702 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2004-06-29 04:47:37 +00:00
parent 5bc2a5ab7e
commit 8e416953f4
2 changed files with 8 additions and 3 deletions

View File

@ -1,8 +1,13 @@
QGIS Change Log
ChangeLog,v 1.153 2004/06/28 11:08:17 jobi Exp
ChangeLog,v 1.154 2004/06/29 04:47:37 gsherman Exp
------------------------------------------------------------------------------
Version 0.3 'Madison' .... development version
2004-06-28 [gsherman] 0.3.0devel57
** Overview extent rectangle bug fix
** Patch (from strk) for PG layer extent calculation
** QgsActetate* documentation updates
2004-06-28 [jobi] 0.3.0devel56
** fix bug #981159
** cleaned warnings

View File

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl configure.in,v 1.155 2004/06/28 11:08:17 jobi Exp
dnl configure.in,v 1.156 2004/06/29 04:47:37 gsherman Exp
@ -26,7 +26,7 @@ dnl ---------------------------------------------------------------------------
MAJOR_VERSION=0
MINOR_VERSION=3
MICRO_VERSION=0
EXTRA_VERSION=56
EXTRA_VERSION=57
if test $EXTRA_VERSION -eq 0; then
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
else