From 9a837789c4eacc2a6c574797d9e1446efb9b4e73 Mon Sep 17 00:00:00 2001 From: timlinux Date: Mon, 14 Jun 2004 11:03:59 +0000 Subject: [PATCH] Force new project added to plugin iface git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1584 c8812cc2-4d05-0410-92ff-de0c093fc19c --- ChangeLog | 6 +++++- configure.in | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index a89ca3be2cc..c034c7545d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,12 @@ QGIS Change Log -ChangeLog,v 1.131 2004/06/14 00:10:28 timlinux Exp +ChangeLog,v 1.132 2004/06/14 11:03:58 timlinux Exp ------------------------------------------------------------------------------ Version 0.3 'Madison' .... development version +2004-06-14 [ts] 0.3.0devel36 +** Added capability for plugins to clear the current project ignoring + the project dirty flag (ie force new project). + 2004-06-14 [ts] 0.3.0devel35 ** Added addRasterLayer(QgsRasterLayer *) to the plugin interface. This allows plugins to construct their own raster object, set its symbolisation and the pass it over diff --git a/configure.in b/configure.in index 33aba591246..9a3ce2bbe0a 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.134 2004/06/14 00:10:28 timlinux Exp +dnl configure.in,v 1.135 2004/06/14 11:03:59 timlinux Exp AC_INIT @@ -24,7 +24,7 @@ dnl --------------------------------------------------------------------------- MAJOR_VERSION=0 MINOR_VERSION=3 MICRO_VERSION=0 -EXTRA_VERSION=35 +EXTRA_VERSION=36 if test $EXTRA_VERSION -eq 0; then VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION} else