mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-24 06:50:08 +03:00
parent
4d774612f3
commit
e97b4d843f
@ -21,7 +21,7 @@ LIBXML_VERSION_INFO=`expr $LIBXML_MAJOR_VERSION + $LIBXML_MINOR_VERSION`:$LIBXML
|
||||
LIBXML_VERSION_NUMBER=`expr $LIBXML_MAJOR_VERSION \* 10000 + $LIBXML_MINOR_VERSION \* 100 + $LIBXML_MICRO_VERSION`
|
||||
|
||||
if test -d .git ; then
|
||||
extra=`git describe 2>/dev/null | sed 's+LIBXML[[0-9.]]*-++'`
|
||||
extra=`git describe 2>/dev/null`
|
||||
echo extra=$extra
|
||||
if test "$extra" != ""
|
||||
then
|
||||
|
Loading…
x
Reference in New Issue
Block a user