Skip to content

Commit b4d806b

Browse files
author
timlinux
committedApr 14, 2005
Close bug 1077217
git-svn-id: http://svn.osgeo.org/qgis/trunk@3153 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 3851cde commit b4d806b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
------------------------------------------------------------------------------
33
Version 0.6 'Simon' .... development version
44
QGIS Change Log
5+
2005-04-14 [timlinux] 0.6devel14
6+
** Status bar widgets show text in 8pt arial. Closes bug #1077217
57
2005-04-13 [timlinux] 0.6devel13
68
** Show params on proj designer widget when a projection is sleected
79
2005-04-12 [ges] 0.6.0devel12

‎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=6
2828
MICRO_VERSION=0
29-
EXTRA_VERSION=13
29+
EXTRA_VERSION=14
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.