diff --git a/ChangeLog b/ChangeLog index 066509fb306..de8c752f9ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ ChangeLog,v 1.200 2004/10/21 17:27:35 mcoletti Exp ------------------------------------------------------------------------------ Version 0.6 'Simon' .... development version +2004-11-04 [timlinux] 0.5.0devel20 +** Added scale dependent visibility support to both raster and vector layers. + 2004-11-02 [larsl] 0.5.0devel19 ** Added menu item for creating an empty GPX file diff --git a/configure.in b/configure.in index 8574b340e74..f6a61b18b86 100644 --- a/configure.in +++ b/configure.in @@ -26,7 +26,7 @@ dnl --------------------------------------------------------------------------- MAJOR_VERSION=0 MINOR_VERSION=5 MICRO_VERSION=0 -EXTRA_VERSION=19 +EXTRA_VERSION=20 if test $EXTRA_VERSION -eq 0; then VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION} else