From: Daniel Stenberg Date: Wed, 8 Dec 2004 23:09:46 +0000 (+0000) Subject: update the version numbers in the libcurl.plist automaticly on release X-Git-Tag: curl-7_12_3~95 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b3c308eb0e1d1d8b4d5a4c8dda6849e9bba1c44;p=thirdparty%2Fcurl.git update the version numbers in the libcurl.plist automaticly on release --- diff --git a/maketgz b/maketgz index 435c0650f7..ed415c6dd9 100755 --- a/maketgz +++ b/maketgz @@ -34,6 +34,10 @@ sed -e 's/^#define LIBCURL_VERSION .*/#define LIBCURL_VERSION "'$libversion'"/g' # Replace version number in header file: sed 's/#define CURL_VERSION .*/#define CURL_VERSION "'$curlversion'"/g' $CHEADER >$CHEADER.dist +# Replace version number in plist file: +PLIST=lib/libcurl.plist +sed "s/7\.12\.3/$libversion/g" $PLIST > $PLIST.dist + echo "curl version $curlversion" echo "libcurl version $libversion" echo "libcurl numerical $numeric"