From 7b3c308eb0e1d1d8b4d5a4c8dda6849e9bba1c44 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 8 Dec 2004 23:09:46 +0000 Subject: [PATCH] update the version numbers in the libcurl.plist automaticly on release --- maketgz | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/maketgz b/maketgz index 435c0650f..ed415c6dd 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"