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 @@ -3,6 +3,9 @@ QGIS Change Log
3
3
------------------------------------------------------------------------------
4
4
Version 0.6 'Simon' .... development version
5
5
6
+ 2004-11-22 [mcoletti] 0.5.0devel29
7
+ ** QgsProject properties now re-designed to be similar to QSettings
8
+
6
9
2004-11-20 [timlinux] 0.5.0devel28
7
10
** Added the capability to interrupt the rendering of the currently drawing map
8
11
layer by pressing the escape key. Repeat and rinse to interrupt drawing of all
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dnl ---------------------------------------------------------------------------
26
26
MAJOR_VERSION=0
27
27
MINOR_VERSION=5
28
28
MICRO_VERSION=0
29
- EXTRA_VERSION=28
29
+ EXTRA_VERSION=29
30
30
if test $EXTRA_VERSION -eq 0; then
31
31
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
32
32
else
You can’t perform that action at this time.
0 commit comments