Skip to content

Commit 76dffdf

Browse files
author
mcoletti
committedNov 22, 2004
0.5.0devel29 - QgsProject properties interface re-designed to be similar to QSettings
git-svn-id: http://svn.osgeo.org/qgis/trunk@2316 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 7a74971 commit 76dffdf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎ChangeLog‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ QGIS Change Log
33
------------------------------------------------------------------------------
44
Version 0.6 'Simon' .... development version
55

6+
2004-11-22 [mcoletti] 0.5.0devel29
7+
** QgsProject properties now re-designed to be similar to QSettings
8+
69
2004-11-20 [timlinux] 0.5.0devel28
710
** Added the capability to interrupt the rendering of the currently drawing map
811
layer by pressing the escape key. Repeat and rinse to interrupt drawing of all

‎configure.in‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dnl ---------------------------------------------------------------------------
2626
MAJOR_VERSION=0
2727
MINOR_VERSION=5
2828
MICRO_VERSION=0
29-
EXTRA_VERSION=28
29+
EXTRA_VERSION=29
3030
if test $EXTRA_VERSION -eq 0; then
3131
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
3232
else

0 commit comments

Comments
 (0)
Please sign in to comment.