mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:31:41 +03:00
src/version.h was not properly made!
This commit is contained in:
parent
f44b655513
commit
570033448c
1 changed files with 1 additions and 1 deletions
2
maketgz
2
maketgz
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue