projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Check for VERSION in source dir.
[libav.git]
/
version.sh
diff --git
a/version.sh
b/version.sh
index
39bef80
..
5b5f451
100755
(executable)
--- a/
version.sh
+++ b/
version.sh
@@
-26,7
+26,7
@@
fi
test $revision || revision=UNKNOWN
# releases extract the version number from the VERSION file
test $revision || revision=UNKNOWN
# releases extract the version number from the VERSION file
-version=$(cat VERSION 2> /dev/null)
+version=$(c
d "$1" && c
at VERSION 2> /dev/null)
test $version || version=$revision
test -n "$3" && version=$version-$3
test $version || version=$revision
test -n "$3" && version=$version-$3