]> granicus.if.org Git - curl/commitdiff
7.9.3-pre3 curl-7_9_3-pre3
authorDaniel Stenberg <daniel@haxx.se>
Thu, 17 Jan 2002 14:34:26 +0000 (14:34 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 17 Jan 2002 14:34:26 +0000 (14:34 +0000)
include/curl/curl.h
src/version.h

index 0c2bdfbe3ee3c1588f3c06edf46ac54649f93a80..e05db85c429fa2f6847f8e25ba3c5b3b15b8bb7b 100644 (file)
@@ -613,7 +613,7 @@ CURLcode curl_global_init(long flags);
 void curl_global_cleanup(void);
 
 /* This is the version number */
-#define LIBCURL_VERSION "7.9.3-pre2"
+#define LIBCURL_VERSION "7.9.3-pre3"
 #define LIBCURL_VERSION_NUM 0x070903
 
 /* linked-list structure for the CURLOPT_QUOTE option (and other) */
index 72e30d3e205d6720e5aa3680a2dee6a5bcfea3d0..1639fa84b0e34d4fe66173cc796dd32eba13e366 100644 (file)
@@ -1,3 +1,3 @@
 #define CURL_NAME "curl"
-#define CURL_VERSION "7.9.3-pre2"
+#define CURL_VERSION "7.9.3-pre3"
 #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "