diff --git a/ChangeLog b/ChangeLog index bbf1336c5f8..287759363e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,15 @@ QGIS Change Log -ChangeLog,v 1.67 2004/05/05 19:29:04 jobi Exp +ChangeLog,v 1.68 2004/05/11 23:08:45 timlinux Exp ------------------------------------------------------------------------------ Version 0.3 'Madison' .... developement version -2004-05-03 [ts] 0.2.0devel6 +2004-05-12 0.2.0devel8 +** Added addProject(QString) to plugin interface. + +2004-05-05 [jobi] 0.2.0devel7 ** Extended qgis-config to expose version -2004-05-03 [ts] 0.2.0devel6 +2004-05-04 [ts] 0.2.0devel6 ** Added two new internal plugins - North Arrow and Copyright message overlay 2004-05-03 [ts] 0.2.0devel5 diff --git a/configure.in b/configure.in index f4cfeb4a79c..35d623e690e 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -dnl configure.in,v 1.71 2004/05/09 12:37:34 timlinux Exp +dnl configure.in,v 1.72 2004/05/11 23:08:45 timlinux Exp AC_INIT @@ -24,7 +24,7 @@ dnl --------------------------------------------------------------------------- MAJOR_VERSION=0 MINOR_VERSION=2 MICRO_VERSION=0 -EXTRA_VERSION=7 +EXTRA_VERSION=8 if test $EXTRA_VERSION -eq 0; then VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION} else