From: Daniel Stenberg Date: Thu, 30 Oct 2003 13:28:58 +0000 (+0000) Subject: Make the CVS version clone the libcurl version string, this is generated X-Git-Tag: curl-7_10_8~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe291202db2d562606d83d285acb5299ad0431f7;p=thirdparty%2Fcurl.git Make the CVS version clone the libcurl version string, this is generated by the maketgz script so in releases this is replaced by an actual string. --- diff --git a/src/version.h b/src/version.h index eb7433228b..13a34526d5 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #define CURL_NAME "curl" -#define CURL_VERSION "7.10.8-pre5" +#define CURL_VERSION LIBCURL_VERSION #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "