blob: 714e876964565fd96ac6b57c1fc90c5894de28da [file] [log] [blame]
@ECHO OFF
SET full_path=%~dp0
IF EXIST "%full_path%..\VERSION" (
type "%full_path%..\VERSION"
) ELSE (
ECHO.
ECHO ERROR: Could not find file VERSION in project folder
EXIT /B 1
)