+ fix: redundant echo of expected version string

This commit is contained in:
Rainer Kottenhoff 2018-01-02 08:28:28 +01:00
parent 5fd68f8f9f
commit 2a21986b61

View File

@ -20,7 +20,6 @@ set BUILD=0
call :GETBUILD "%~1"
set VERSHOULD=3.%YY%.%MM%%DD%.%BUILD%
echo VERSHOULD: "%VERSHOULD%"
:: --------------------------------------------------------------------------------------------------------------------