mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 18:58:04 +02:00
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:
parent
165e4557e1
commit
a79cf8e311
@ -2,4 +2,4 @@
|
||||
|
||||
FOR /F "delims='" %%F IN (%~dps0..\..\ide\version.inc) DO set LAZVERSION=%%F
|
||||
|
||||
echo %LAZVERSION%
|
||||
echo %LAZVERSION: =%
|
Loading…
Reference in New Issue
Block a user