]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl 7.7.2 curl-7_7_2
authorDaniel Stenberg <daniel@haxx.se>
Mon, 23 Apr 2001 07:34:55 +0000 (07:34 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 23 Apr 2001 07:34:55 +0000 (07:34 +0000)
include/curl/curl.h
src/version.h

index 95c6f99703a82cbb517d3db424390c99276affa4..850c4fcd17fe86054e21656b318b073403bec6b1 100644 (file)
@@ -486,8 +486,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.1"
-#define LIBCURL_VERSION_NUM 0x070701
+#define LIBCURL_VERSION "7.7.2"
+#define LIBCURL_VERSION_NUM 0x070702
 
 /* linked-list structure for the CURLOPT_QUOTE option (and other) */
 struct curl_slist {
index 9ee8118b8aaa97c4b845d5a5a7a5c5a6b7cff37e..95158cba7b135bd51c58cc206bda0ce144d873b4 100644 (file)
@@ -1,3 +1,3 @@
 #define CURL_NAME "curl"
-#define CURL_VERSION "7.7.1"
+#define CURL_VERSION "7.7.2"
 #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "