]> granicus.if.org Git - curl/commitdiff
7.9.3-pre2 curl-7_9_3-pre2
authorDaniel Stenberg <daniel@haxx.se>
Wed, 16 Jan 2002 15:12:12 +0000 (15:12 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 16 Jan 2002 15:12:12 +0000 (15:12 +0000)
include/curl/curl.h
src/version.h

index 264523e7f62ed70dfe69bee64ce1a403a415f5b8..0c2bdfbe3ee3c1588f3c06edf46ac54649f93a80 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-pre1"
+#define LIBCURL_VERSION "7.9.3-pre2"
 #define LIBCURL_VERSION_NUM 0x070903
 
 /* linked-list structure for the CURLOPT_QUOTE option (and other) */
index 3af18d8a8b961a7265d342071e934fa486ac595b..72e30d3e205d6720e5aa3680a2dee6a5bcfea3d0 100644 (file)
@@ -1,3 +1,3 @@
 #define CURL_NAME "curl"
-#define CURL_VERSION "7.9.3-pre1"
+#define CURL_VERSION "7.9.3-pre2"
 #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "