1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-20 23:28:49 -05:00

src/version.h was not properly made!

This commit is contained in:
Daniel Stenberg 2004-03-23 14:29:21 +00:00
parent f44b655513
commit 570033448c

View File

@ -32,7 +32,7 @@ sed -e 's/^#define LIBCURL_VERSION .*/#define LIBCURL_VERSION "'$libversion'"/g'
$HEADER >$HEADER.dist
# Replace version number in header file:
sed 's/#define CURL_VERSION.*/#define CURL_VERSION "'$curlversion'"/g' $CHEADER >$CHEADER.dist
sed 's/#define CURL_VERSION .*/#define CURL_VERSION "'$curlversion'"/g' $CHEADER >$CHEADER.dist
echo "curl version $curlversion"
echo "libcurl version $libversion"