+1 Frank<div><br><br><div class="gmail_quote">On Fri, Nov 9, 2012 at 12:10 PM, Even Rouault <span dir="ltr"><<a href="mailto:even.rouault@mines-paris.org" target="_blank">even.rouault@mines-paris.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Motion: The next major GDAL version released from trunk will be called<br>
GDAL/OGR 1.10.<br>
<br>
To take into account 2-figure numbers in the components of the version number,<br>
the GDAL_VERSION_NUM macro will be changed accordingly as :<br>
<br>
#  define GDAL_VERSION_NUM<br>
(GDAL_VERSION_MAJOR*1000000+GDAL_VERSION_MINOR*10000+GDAL_VERSION_REV*100+GDAL_VERSION_BUILD)<br>
<br>
A new macro will be added so that users don't have to do all the above<br>
multiplications :<br>
<br>
#define GDAL_COMPUTE_VERSION(maj,min,rev)<br>
(maj*1000000+min*10000+rev*100)<br>
<br>
(Note: as raised by Mateusz, I've dropped the 'build' argument in the macro,<br>
since it has never been used in the past and it is unlikely code would depend<br>
on that)<br>
<br>
----<br>
<br>
Hi,<br>
<br>
Not surprisingly when it is related to preferences on version numbering, the<br>
previous discussion thread has not lead to a clear consensus on the topic, but<br>
we need to make a decision soon so that users can anticipate the adaptations<br>
needed in their code.<br>
<br>
1.10 seems the more logical option to me, even if that implies changing the<br>
way we compute GDAL_VERSION_NUM, which I don't anticipate to cause problems to<br>
existing code. There are also a few existing documentation pages in drivers or<br>
utilities that mention GDAL 2.0 that will need to be changed, but I'll take<br>
care of this if the motion is approved (some sed magic should do this).<br>
<br>
+1 Even<br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>---------------------------------------+--------------------------------------<br>I set the clouds in motion - turn up   | Frank Warmerdam, <a href="mailto:warmerdam@pobox.com" target="_blank">warmerdam@pobox.com</a><br>
light and sound - activate the windows | <a href="http://pobox.com/~warmerdam" target="_blank">http://pobox.com/~warmerdam</a><br>and watch the world go round - Rush    | Geospatial Software Developer<br><br>
</div>