summaryrefslogtreecommitdiff
path: root/repo/libsass/fix-pkgconfig-version.patch
blob: f957de424afd174e5f85181a24a6dba9d381e258 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/version.sh b/version.sh
index 281de74..22cd96d 100755
--- a/version.sh
+++ b/version.sh
@@ -1,10 +1 @@
-if test "x$LIBSASS_VERSION" = "x"; then
-  LIBSASS_VERSION=`git describe --abbrev=4 --dirty --always --tags 2>/dev/null`
-fi
-if test "x$LIBSASS_VERSION" = "x"; then
-  LIBSASS_VERSION=`cat VERSION 2>/dev/null`
-fi
-if test "x$LIBSASS_VERSION" = "x"; then
-  LIBSASS_VERSION="[na]"
-fi
-echo $LIBSASS_VERSION
+echo 3.6.3