From 0cd8c685140584ef1c5497861b3e270628cecfcc Mon Sep 17 00:00:00 2001 From: jobi Date: Fri, 26 Mar 2004 12:24:40 +0000 Subject: [PATCH] updated changelog and version git-svn-id: http://svn.osgeo.org/qgis/trunk@1097 c8812cc2-4d05-0410-92ff-de0c093fc19c --- ChangeLog | 8 +++++++- configure.in | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 10cbe954996..38cc91c2df7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,14 @@ QGIS Change Log -ChangeLog,v 1.35 2004/03/23 01:02:28 timlinux Exp +ChangeLog,v 1.36 2004/03/26 12:24:40 jobi Exp ------------------------------------------------------------------------------ Version 0.2 'Pumpkin' .... development version +2004-03-26 [didge] 0.1.0devel10 + +** Fixed bug #920070 +** Made plugin-libdir 64bit compatible (e.g. /usr/lib64/qgis) + for AMD64 and PPC64 systems + 2004-03-22 [mac] 0.1.0devel9 ** Added gps_importer plugin (still a work in progress) diff --git a/configure.in b/configure.in index 60735e98af2..e6ecce0df66 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -dnl configure.in,v 1.34 2004/03/26 11:10:51 jobi Exp +dnl configure.in,v 1.35 2004/03/26 12:24:40 jobi Exp AC_INIT @@ -23,7 +23,7 @@ dnl --------------------------------------------------------------------------- MAJOR_VERSION=0 MINOR_VERSION=1 MICRO_VERSION=0 -EXTRA_VERSION=9 +EXTRA_VERSION=10 if test $EXTRA_VERSION -eq 0; then VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}devel else