Commit ba6ee5f3 authored by ramiro's avatar ramiro

Check for VERSION in source dir.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21067 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9de84cea
......@@ -26,7 +26,7 @@ fi
test $revision || revision=UNKNOWN
# releases extract the version number from the VERSION file
version=$(cat VERSION 2> /dev/null)
version=$(cd "$1" && cat VERSION 2> /dev/null)
test $version || version=$revision
test -n "$3" && version=$version-$3
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment