mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
updated changelog and version
git-svn-id: http://svn.osgeo.org/qgis/trunk@1097 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
c802cdf3ac
commit
0cd8c68514
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user