Blame version.sh

Packit Service 7770af
if test "x$LIBSASS_VERSION" = "x"; then
Packit Service 7770af
  LIBSASS_VERSION=`git describe --abbrev=4 --dirty --always --tags 2>/dev/null`
Packit Service 7770af
fi
Packit Service 7770af
if test "x$LIBSASS_VERSION" = "x"; then
Packit Service 7770af
  LIBSASS_VERSION=`cat VERSION 2>/dev/null`
Packit Service 7770af
fi
Packit Service 7770af
if test "x$LIBSASS_VERSION" = "x"; then
Packit Service 7770af
  LIBSASS_VERSION="[na]"
Packit Service 7770af
fi
Packit Service 7770af
echo $LIBSASS_VERSION