diff --git a/ChangeLog b/ChangeLog index 98dcd4e6734..c4431322395 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ QGIS Change Log ------------------------------------------------------------------------------ Version 0.6 'Simon' .... development version +2004-11-22 [mcoletti] 0.5.0devel29 +** QgsProject properties now re-designed to be similar to QSettings + 2004-11-20 [timlinux] 0.5.0devel28 ** Added the capability to interrupt the rendering of the currently drawing map layer by pressing the escape key. Repeat and rinse to interrupt drawing of all diff --git a/configure.in b/configure.in index 478695e2f3a..98ee6c2ed37 100644 --- a/configure.in +++ b/configure.in @@ -26,7 +26,7 @@ dnl --------------------------------------------------------------------------- MAJOR_VERSION=0 MINOR_VERSION=5 MICRO_VERSION=0 -EXTRA_VERSION=28 +EXTRA_VERSION=29 if test $EXTRA_VERSION -eq 0; then VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION} else