mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Updated for latest commits related to WIN32 build/operation
git-svn-id: http://svn.osgeo.org/qgis/trunk@2234 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
3a9c9ec01d
commit
01afcc7e9e
@ -1,8 +1,13 @@
|
||||
QGIS Change Log
|
||||
ChangeLog,v 1.200 2004/10/21 17:27:35 mcoletti Exp
|
||||
# ChangeLog,v 1.212 2004/11/12 00:40:06 gsherman Exp
|
||||
------------------------------------------------------------------------------
|
||||
Version 0.6 'Simon' .... development version
|
||||
|
||||
2004-11-11 [gsherman] 0.5.0devel22
|
||||
** Added ifdef's for WIN32 around dynamic_casts in the vector renderer
|
||||
dialogs. Even though rtti is enabled, use of dynamic casts causes seg
|
||||
faults under WIN32.
|
||||
|
||||
2004-11-09 [timlinux] 0.5.0devel21
|
||||
** Added options to graticule builder to allow you to define origin and
|
||||
enpoints and to set the graticule size at < 1 degree. Note that there is
|
||||
|
@ -26,7 +26,7 @@ dnl ---------------------------------------------------------------------------
|
||||
MAJOR_VERSION=0
|
||||
MINOR_VERSION=5
|
||||
MICRO_VERSION=0
|
||||
EXTRA_VERSION=21
|
||||
EXTRA_VERSION=22
|
||||
if test $EXTRA_VERSION -eq 0; then
|
||||
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user