File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2
2
------------------------------------------------------------------------------
3
3
Version 0.6 'Simon' .... development version
4
4
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.
5
8
2005-04-17 [timlinux] 0.6devel17
6
9
Custom Projection dialog. Various bugfixes plus delete, insert and update of new
7
10
records possible. User projections now whow in projection selector but are
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dnl ---------------------------------------------------------------------------
25
25
MAJOR_VERSION=0
26
26
MINOR_VERSION=6
27
27
MICRO_VERSION=0
28
- EXTRA_VERSION=12
28
+ EXTRA_VERSION=18
29
29
if test $EXTRA_VERSION -eq 0; then
30
30
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
31
31
else
You can’t perform that action at this time.
0 commit comments