mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 12:28:18 +02:00
9 lines
174 B
Batchfile
9 lines
174 B
Batchfile
%GIT% -C %1 describe --always --first-parent > gitinfo.txt
|
|
|
|
set /P SVNINFO=<gitinfo.txt
|
|
|
|
echo // Created by Svn2RevisionInc> %2
|
|
echo const RevisionStr = '%SVNINFO%';>> %2
|
|
|
|
|