Bumped extra version to 9

Added change log entries


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1494 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2004-05-31 19:43:20 +00:00
parent eaefa5e0f5
commit 92cd8b5f6a
2 changed files with 8 additions and 3 deletions

View File

@ -1,8 +1,13 @@
QGIS Change Log
ChangeLog,v 1.103 2004/05/29 23:48:10 timlinux Exp
ChangeLog,v 1.104 2004/05/31 19:43:19 gsherman Exp
------------------------------------------------------------------------------
Version 0.3 'Madison' .... development version
2004-05-31 [gsherman] 0.3.0devel9
**Changed QgsIdentifyResultsBase to inherit from QWidget instead of QDialog
so window position can be saved/restored from user settings each time.
**Changed qgis.h int version number to 300 (should have been done at release)
2004-05-30 [ts] 0.3.0devel8
** Fix poorly placed status text on splash screen.

View File

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl configure.in,v 1.107 2004/05/29 23:48:10 timlinux Exp
dnl configure.in,v 1.108 2004/05/31 19:43:20 gsherman Exp
AC_INIT
@ -24,7 +24,7 @@ dnl ---------------------------------------------------------------------------
MAJOR_VERSION=0
MINOR_VERSION=3
MICRO_VERSION=0
EXTRA_VERSION=8
EXTRA_VERSION=9
if test $EXTRA_VERSION -eq 0; then
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
else