mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Added custom projection maker to gui menu
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3123 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
68f2f81dbc
commit
bb9f0f39d5
@ -2,6 +2,9 @@
|
||||
------------------------------------------------------------------------------
|
||||
Version 0.6 'Simon' .... development version
|
||||
QGIS Change Log
|
||||
2005-04-10 [timlinux]
|
||||
** Added custom projection maker dialog to main app menu. Dialog is still
|
||||
under construction.
|
||||
2005-04-09 [ges] 0.6.0devel8
|
||||
** Fixed problems with the Makefile.am related to the merge of
|
||||
Projections_Branch into HEAD
|
||||
|
@ -26,7 +26,7 @@ dnl ---------------------------------------------------------------------------
|
||||
MAJOR_VERSION=0
|
||||
MINOR_VERSION=6
|
||||
MICRO_VERSION=0
|
||||
EXTRA_VERSION=8
|
||||
EXTRA_VERSION=9
|
||||
if test $EXTRA_VERSION -eq 0; then
|
||||
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user