mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Revision number
This commit is contained in:
parent
035cbb3de6
commit
31485c58b9
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ del /Q %REVISION_TXT% 2> nul
|
|||
del /Q %REVISION_INC% 2> nul
|
||||
copy ..\units\dcrevision.inc %REVISION_INC% > nul
|
||||
|
||||
git -C %1 rev-list --count master..HEAD > %REVISION_TXT%
|
||||
git -C %1 rev-list --count 3e11343..HEAD > %REVISION_TXT%
|
||||
|
||||
IF ERRORLEVEL 1 goto EXIT
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue