installers: added windows script for retrieving lazarus version number

git-svn-id: trunk@16812 -
This commit is contained in:
vincents 2008-09-30 12:57:26 +00:00
parent 500a4501be
commit d5806801ca
2 changed files with 6 additions and 0 deletions

1
.gitattributes vendored
View File

@ -3860,6 +3860,7 @@ tools/install/freebsd_ports/files/patch-Makefile svneol=native#text/plain
tools/install/freebsd_ports/files/patch-components-printers-unix_udlgselectprinter.pp svneol=native#text/plain
tools/install/freebsd_ports/pkg-descr svneol=native#text/plain
tools/install/get_fpc_full_version.sh svneol=native#text/plain
tools/install/get_lazarus_version.bat svneol=native#text/x-msdos-program
tools/install/get_lazarus_version.sh svneol=native#text/plain
tools/install/get_svn_revision_number.sh svneol=native#text/plain
tools/install/linux/editoroptions.xml svneol=native#text/plain

View File

@ -0,0 +1,5 @@
@ECHO OFF
FOR /F "delims='" %%F IN (%~dp0\..\..\ide\version.inc) DO set LAZVERSION=%%F
echo %LAZVERSION%