+ fix: test for file version (major number)

This commit is contained in:
Rainer Kottenhoff 2018-10-09 10:00:56 +02:00
parent 9edf9fc3ae
commit 6d9052f7eb

View File

@ -19,7 +19,7 @@ if [%LZ%]==[0] set "MM=%MM:~1,1%"
set BUILD=0
call :GETBUILD "%~1"
set VERSHOULD=4.%YY%.%MM%%DD%.%BUILD%
set VERSHOULD=5.%YY%.%MM%%DD%.%BUILD%
:: --------------------------------------------------------------------------------------------------------------------