From 715ebc11284606b2797aa8dbd46067a7dac750e5 Mon Sep 17 00:00:00 2001 From: mcoletti Date: Mon, 22 Nov 2004 22:16:20 +0000 Subject: [PATCH] 0.5.0devel29 - QgsProject properties interface re-designed to be similar to QSettings git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2316 c8812cc2-4d05-0410-92ff-de0c093fc19c --- ChangeLog | 3 +++ configure.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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