Skip to content
Snippets Groups Projects
Commit 8d3d3436 authored by Mans Rullgard's avatar Mans Rullgard
Browse files

Drop git- prefix from version labels


Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
parent 8fab4007
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,6 @@ ...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment