installer tools: improved retrieving version number on windows, strip spaces from version number like is done in the unix script, useful for version numbers like '1.0 RC1'

git-svn-id: trunk@38295 -
This commit is contained in:
vincents 2012-08-21 09:17:21 +00:00
parent 165e4557e1
commit a79cf8e311

View File

@ -2,4 +2,4 @@
FOR /F "delims='" %%F IN (%~dps0..\..\ide\version.inc) DO set LAZVERSION=%%F
echo %LAZVERSION%
echo %LAZVERSION: =%