mirror of
https://github.com/xiph/opus.git
synced 2025-06-03 09:07:42 +00:00
Using the real version name instead of the last tag name
This commit is contained in:
parent
9d8b519699
commit
a8ac44b670
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ OPUS_EXTRA_VERSION=
|
|||
|
||||
OPUS_VERSION="$OPUS_MAJOR_VERSION.$OPUS_MINOR_VERSION.$OPUS_MICRO_VERSION$OPUS_EXTRA_VERSION"
|
||||
AC_MSG_CHECKING([git revision])
|
||||
GIT_VERSION=$(git describe --tags 2>/dev/null)
|
||||
GIT_VERSION=$(git describe --tags --match 'v*' 2>/dev/null | sed 's/^v//')
|
||||
if test -z "$GIT_VERSION"; then
|
||||
AC_MSG_RESULT([no])
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue