mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-11 09:59:50 +00:00
Drop git- prefix from version labels
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
8fab4007c8
commit
8d3d3436e2
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
# check for git short hash
|
# check for git short hash
|
||||||
revision=$(cd "$1" && git describe --always 2> /dev/null)
|
revision=$(cd "$1" && git describe --always 2> /dev/null)
|
||||||
test "$revision" && revision=git-$revision
|
|
||||||
|
|
||||||
# no revision number found
|
# no revision number found
|
||||||
test "$revision" || revision=$(cd "$1" && cat RELEASE 2> /dev/null)
|
test "$revision" || revision=$(cd "$1" && cat RELEASE 2> /dev/null)
|
||||||
|
Loading…
Reference in New Issue
Block a user