Module: libav
Branch: release/0.7
Commit: 8d3d3436e2596e27571b86eb97c66971a1a7431b

Author:    Mans Rullgard <[email protected]>
Committer: Mans Rullgard <[email protected]>
Date:      Sun Jun 19 19:31:56 2011 +0100

Drop git- prefix from version labels

Signed-off-by: Mans Rullgard <[email protected]>

---

 version.sh |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/version.sh b/version.sh
index 7911e46..6f72b2c 100755
--- a/version.sh
+++ b/version.sh
@@ -2,7 +2,6 @@
 
 # check for git short hash
 revision=$(cd "$1" && git describe --always 2> /dev/null)
-test "$revision" && revision=git-$revision
 
 # no revision number found
 test "$revision" || revision=$(cd "$1" && cat RELEASE 2> /dev/null)

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to