updated changelog and version

git-svn-id: http://svn.osgeo.org/qgis/trunk@1097 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jobi 2004-03-26 12:24:40 +00:00
parent c802cdf3ac
commit 0cd8c68514
2 changed files with 9 additions and 3 deletions

View File

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

View File

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