]> granicus.if.org Git - curl/commitdiff
7.9 commit curl-7_9
authorDaniel Stenberg <daniel@haxx.se>
Tue, 25 Sep 2001 06:39:18 +0000 (06:39 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 25 Sep 2001 06:39:18 +0000 (06:39 +0000)
include/curl/curl.h
src/version.h

index 036dc04aa007b7580bb5162ea44062680b100e2f..71f4a47758f931bd39be58e215b0303a2728a8f7 100644 (file)
@@ -548,7 +548,7 @@ CURLcode curl_global_init(long flags);
 void curl_global_cleanup(void);
 
 /* This is the version number */
-#define LIBCURL_VERSION "7.9-pre6"
+#define LIBCURL_VERSION "7.9"
 #define LIBCURL_VERSION_NUM 0x070900
 
 /* linked-list structure for the CURLOPT_QUOTE option (and other) */
index f0c5e8808e0a950e863a8485979f0b61ab3d7e8d..edeab1a755b8c4108e49a5a21776b9ff8897d7d5 100644 (file)
@@ -1,3 +1,3 @@
 #define CURL_NAME "curl"
-#define CURL_VERSION "7.9-pre6"
+#define CURL_VERSION "7.9"
 #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "