blob: 68cf7d1657ee73a9ef14e2cbe1d6b0651da514a4 [file] [log] [blame]
@ECHO OFF
SET script_path="%~dp0..\VERSION"
IF EXIST %script_path% (
type %script_path%
) ELSE (
ECHO.
ECHO ERROR: Could not find file VERSION in project folder, path tried was %script_path% >&2
EXIT /B 1
)