mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
6 lines
171 B
Batchfile
Executable file
6 lines
171 B
Batchfile
Executable file
rem @echo off
|
|
|
|
rem get DC revision under Windows
|
|
%1tools\svn2revisioninc.exe ..\ dcrevision.inc --c=dcRevision
|
|
|
|
echo "This command is need for successful exit code"
|