mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 12:58:04 +02:00
6 lines
129 B
Batchfile
6 lines
129 B
Batchfile
@ECHO OFF
|
|
|
|
FOR /F "delims='" %%F IN (%~dps0..\..\ide\packages\ideconfig\version.inc) DO set LAZVERSION=%%F
|
|
|
|
echo %LAZVERSION: =%
|