From fe291202db2d562606d83d285acb5299ad0431f7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 30 Oct 2003 13:28:58 +0000 Subject: [PATCH] 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. --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index eb7433228..13a34526d 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 ") "