Skip to content

Commit

Permalink
Version 0.6.0devel2
Browse files Browse the repository at this point in the history
* endian() refactoring
* some delimited text provider refactoring
* some member functions made const correct


git-svn-id: http://svn.osgeo.org/qgis/trunk@2550 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mcoletti committed Dec 30, 2004
1 parent 3e8e4fb commit 4892d8e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog
@@ -1,8 +1,17 @@
2004-12-30 Mark Coletti <mcoletti@er.usgs.gov>



QGIS Change Log
/* ChangeLog,v 1.214 2004/11/12 00:42:21 gsherman Exp */
------------------------------------------------------------------------------
Version 0.6 'Simon' .... development version

2004-12-30 [mcoletti] 0.6.0devel2
*** Re-factored endian-handling in data providers
*** Re-factored delimited text provider
*** Made some class members const-correct

2004-12-30 [larsl] 0.6.0devel1
** Implemented getProjectionWKT() in QgsGPXProvider

Expand Down
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -26,7 +26,7 @@ dnl ---------------------------------------------------------------------------
MAJOR_VERSION=0
MINOR_VERSION=6
MICRO_VERSION=0
EXTRA_VERSION=1
EXTRA_VERSION=2
if test $EXTRA_VERSION -eq 0; then
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
else
Expand Down

0 comments on commit 4892d8e

Please sign in to comment.