Re: [gdal-dev] Binder installer in GDAL trunk has the wrong version

2009-04-29 Thread Even Rouault
In fact, updating the swig/python/setup.py is documented in point 3) of the HOWTO-RELEASE procedure. The question is : should be it updated now, during the development process, or just before producing the first beta/RC. Le Wednesday 29 April 2009 21:16:05 Lucena, Ivan, vous avez écrit : > That

[gdal-dev] Binder installer in GDAL trunk has the wrong version

2009-04-29 Thread Lucena, Ivan
That is what I did: C:\Dev\gdal\swig\python> python setup.py bdist_wininst And that generates : C:\Dev\gdal\swig\python\dist\GDAL-1.6.0.win32-py2.5.exe It should be 1.7.0 C:\Dev\gdal\swig\python>more ..\..\VERSION 1.7.0 The error seams to be at setup.py line 136: http://trac.osgeo.org/gdal/