Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update of change log and increment of extra_version in configure.in
git-svn-id: http://svn.osgeo.org/qgis/trunk@2150 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Oct 19, 2004
1 parent a820bd1 commit 78ff00e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion ChangeLog
@@ -1,8 +1,15 @@
QGIS Change Log
ChangeLog,v 1.196 2004/10/18 18:55:26 larsl Exp
ChangeLog,v 1.197 2004/10/19 05:16:56 gsherman Exp
------------------------------------------------------------------------------
Version 0.6 'Simon' .... development version

2004-10-18 [gsherman] 0.5.0devel7
** Added test for GEOS to acinclude.m4 and configure.in
** Added members/methods in preparation for support of scale dependent
rendering
** Added Display tab to the vector dialog to allow setting of min and max
scales for rendering

2004-10-18 [larsl] 0.5.0devel6
** Removed duplicate code, added bounds calculation for digitized features in the GPX provider

Expand Down
4 changes: 2 additions & 2 deletions configure.in
@@ -1,6 +1,6 @@

dnl Process this file with autoconf to produce a configure script.
dnl configure.in,v 1.200 2004/10/19 05:03:44 gsherman Exp
dnl configure.in,v 1.201 2004/10/19 05:16:56 gsherman Exp



Expand All @@ -26,7 +26,7 @@ dnl ---------------------------------------------------------------------------
MAJOR_VERSION=0
MINOR_VERSION=5
MICRO_VERSION=0
EXTRA_VERSION=6
EXTRA_VERSION=7
if test $EXTRA_VERSION -eq 0; then
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
else
Expand Down

0 comments on commit 78ff00e

Please sign in to comment.