Skip to content

Commit

Permalink
Committing ChangeLog and configure.in manually
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@2154 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
larsl committed Oct 19, 2004
1 parent 2cd2f8e commit a11809a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion ChangeLog
@@ -1,8 +1,12 @@
QGIS Change Log
ChangeLog,v 1.198 2004/10/19 11:17:50 larsl Exp
ChangeLog,v 1.199 2004/10/19 11:51:43 larsl Exp
------------------------------------------------------------------------------
Version 0.6 'Simon' .... development version

2004-10-19 [larsl] 0.5.0devel9
** Changed GPX attribute names from three letter abbreviations to more
userfriendly whole words

2004-10-19 [larsl] 0.5.0devel8
** Changed mFeatureType in qgsgpxprovider.cpp from a QString to an enum to
avoid unnecessary string comparisons
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.202 2004/10/19 11:17:50 larsl Exp
dnl configure.in,v 1.203 2004/10/19 11:51:43 larsl Exp



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

0 comments on commit a11809a

Please sign in to comment.