]> granicus.if.org Git - curl/commitdiff
Make the CVS version clone the libcurl version string, this is generated
authorDaniel Stenberg <daniel@haxx.se>
Thu, 30 Oct 2003 13:28:58 +0000 (13:28 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 30 Oct 2003 13:28:58 +0000 (13:28 +0000)
by the maketgz script so in releases this is replaced by an actual string.

src/version.h

index eb7433228bc0899be6af9af52a1dd6b380f551f5..13a34526d5d993845d017b69692ce6fdf95088d5 100644 (file)
@@ -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 ") "