Searched refs:libversion (Results 1 – 1 of 1) sorted by relevance
55 libversion="$version"58 curlversion="$libversion"60 major=$(echo "$libversion" | cut -d. -f1 | sed -e "s/[^0-9]//g")61 minor=$(echo "$libversion" | cut -d. -f2 | sed -e "s/[^0-9]//g")62 patch=$(echo "$libversion" | cut -d. -f3 | cut -d- -f1 | sed -e "s/[^0-9]//g")98 -e "s/^#define LIBCURL_VERSION .*/#define LIBCURL_VERSION \"$libversion\"/g" \115 echo "libcurl version $libversion"
Completed in 5 milliseconds