Skip to content

Commit f241d88

Browse files
author
timlinux
committedApr 11, 2005
Added custom projection maker to gui menu
git-svn-id: http://svn.osgeo.org/qgis/trunk@3123 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 5a50992 commit f241d88

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
@@ -2,6 +2,9 @@
22
------------------------------------------------------------------------------
33
Version 0.6 'Simon' .... development version
44
QGIS Change Log
5+
2005-04-10 [timlinux]
6+
** Added custom projection maker dialog to main app menu. Dialog is still
7+
under construction.
58
2005-04-09 [ges] 0.6.0devel8
69
** Fixed problems with the Makefile.am related to the merge of
710
Projections_Branch into HEAD

‎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=8
29+
EXTRA_VERSION=9
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.