Skip to content

Commit 8825063

Browse files
author
mcoletti
committedMay 5, 2005
version 0.6devel18
git-svn-id: http://svn.osgeo.org/qgis/trunk@3320 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 106f37b commit 8825063

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
------------------------------------------------------------------------------
33
Version 0.6 'Simon' .... development version
44
QGIS Change Log
5+
2005-04-17 [mcoletti] 0.6devel18
6+
First whack at implementing compensation for opening project files
7+
with stale data source paths.
58
2005-04-17 [timlinux] 0.6devel17
69
Custom Projection dialog. Various bugfixes plus delete, insert and update of new
710
records possible. User projections now whow in projection selector but are

‎configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dnl ---------------------------------------------------------------------------
2525
MAJOR_VERSION=0
2626
MINOR_VERSION=6
2727
MICRO_VERSION=0
28-
EXTRA_VERSION=12
28+
EXTRA_VERSION=18
2929
if test $EXTRA_VERSION -eq 0; then
3030
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
3131
else

0 commit comments

Comments
 (0)
Please sign in to comment.