aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-09-04 05:23:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-09-04 05:23:08 +0000
commite369270f88c86dc6c0acdd2665cc7064b20d8de9 (patch)
tree839e6d6ad21448506be8175ab0776dd1dea5a606 /src/main.c
parent7e845e7cfdd658caccc60f687d5d5d68d7e88937 (diff)
7.14.2 actually
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index dda4dab80..7ab1c94e6 100644
--- a/src/main.c
+++ b/src/main.c
@@ -3911,7 +3911,7 @@ operate(struct Configurable *config, int argc, char *argv[])
curl_easy_setopt(curl, CURLOPT_IGNORE_CONTENT_LENGTH, config->ignorecl);
- /* curl 7.14.1 */
+ /* curl 7.14.2 */
curl_easy_setopt(curl, CURLOPT_FTP_SKIP_PASV_IP,
config->ftp_skip_ip);