![](https://secure.gravatar.com/avatar/8d5128b5b838ecedc34635fba7995f7f.jpg?s=120&d=mm&r=g)
On Wed, Jun 18, 2014 at 11:49:12PM +0200, Johan Engelen wrote:
On 18-6-2014 20:39, Bryce Harrington wrote:
Download it at:
https://sourceforge.net/projects/inkscape/files/inkscape/0.91pre1/
Tagged in trunk as:
INKSCAPE_0_91_PRE1
It would be helpful if packagers could generate binary platform packages from this tarball. If you spot packaging problems (like version numbers that didn't get updated, or missing files needed for builds), please raise these problems with me ASAP.
The win64 files were missing and I added them to the packaging list (Makefile.am) in rev. 13432. Does the packaging script automatically change version numbers in those 64bit files, same as the 32bit ones?
inkscape.rc and inkview.rc have FILEVERSION 0,48,0,9 PRODUCTVERSION 0,48,0,9 where 48 should be 91, I think.
Actually, there isn't a packaging script. Kinda wish there was... I'm just manually updating all the files (locally) to produce the pre-releases, including updating the pot/po bits locally, with the tag being the only thing actually checked in each time. Do you guys think I should be checking in the pre* changes to trunk?
Bryce