addProject added to interface

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1376 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2004-05-11 23:08:45 +00:00
parent 8efc4b4aec
commit 0d60e1e26d
2 changed files with 8 additions and 5 deletions

View File

@ -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

View File

@ -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