]> granicus.if.org Git - curl/commitdiff
7.7.3 curl-7_7_3
authorDaniel Stenberg <daniel@haxx.se>
Mon, 7 May 2001 11:12:03 +0000 (11:12 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 7 May 2001 11:12:03 +0000 (11:12 +0000)
include/curl/curl.h
src/version.h

index cf846c3382436b9235ed3f5ef9d1f04066492cf1..8dc8cd7ec1c9dc44b51a2ee00816d5aa306b761b 100644 (file)
@@ -487,8 +487,8 @@ char *curl_escape(char *string, int length);
 char *curl_unescape(char *string, int length);
 
 /* This is the version number */
-#define LIBCURL_VERSION "7.7.2"
-#define LIBCURL_VERSION_NUM 0x070702
+#define LIBCURL_VERSION "7.7.3"
+#define LIBCURL_VERSION_NUM 0x070703
 
 /* linked-list structure for the CURLOPT_QUOTE option (and other) */
 struct curl_slist {
index 95158cba7b135bd51c58cc206bda0ce144d873b4..22390f2f70048b257a89a8412de5b9a62a15211b 100644 (file)
@@ -1,3 +1,3 @@
 #define CURL_NAME "curl"
-#define CURL_VERSION "7.7.2"
+#define CURL_VERSION "7.7.3"
 #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "