File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -167,9 +167,8 @@ REM // Create version tag
167167REM ///////////////////////////////////////////////////////////////////////////
168168echo Dynamic Audio Normalizer > " %PACK_PATH% \BUILD_TAG"
169169echo Copyright (C) 2014 LoRd_MuldeR ^ < MuldeR2@ GMX.de^ > >> " %PACK_PATH% \BUILD_TAG"
170- echo Version %VER_MAJOR% .%VER_MINOR% -%VER_PATCH% >> " %PACK_PATH% \BUILD_TAG"
171170echo . >> " %PACK_PATH% \BUILD_TAG"
172- echo Built on %ISO_DATE% , at %ISO_TIME% >> " %PACK_PATH% \BUILD_TAG"
171+ echo Version %VER_MAJOR% . %VER_MINOR% - %VER_PATCH% . Built on %ISO_DATE% , at %ISO_TIME% >> " %PACK_PATH% \BUILD_TAG"
173172echo . >> " %PACK_PATH% \BUILD_TAG"
174173cl 2 >& 1 | " %~dp0 \etc\head.exe" -n1 | " %~dp0 \etc\sed.exe" -e " /^$/d" -e " s/^/Compiler version: /" >> " %PACK_PATH% \BUILD_TAG"
175174ver 2 >& 1 | " %~dp0 \etc\sed.exe" -e " /^$/d" -e " s/^/Build platform: /" >> " %PACK_PATH% \BUILD_TAG"
You can’t perform that action at this time.
0 commit comments