Browse Source

Drop git- prefix from version labels

Signed-off-by: Mans Rullgard <mans@mansr.com>
tags/n0.8
Mans Rullgard 14 years ago
parent
commit
8d3d3436e2
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      version.sh

+ 0
- 1
version.sh View File

@@ -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)


Loading…
Cancel
Save