mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-29 11:16:38 +02:00
9 lines
195 B
Batchfile
9 lines
195 B
Batchfile
%SVN% info %1 | %windir%\system32\find.exe "Last Changed Rev:" > svninfo.txt
|
|
|
|
set /P SVNINFO=<svninfo.txt
|
|
|
|
echo // Created by Svn2RevisionInc> %2
|
|
echo const RevisionStr = '%SVNINFO:~18%';>> %2
|
|
|
|
|