From 128517649c73cc767a1bbe4e3f5d256797c7a80b Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 27 Apr 2013 23:02:20 +0100 Subject: Corrected version numbers after bump --- src/tool_operate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tool_operate.c b/src/tool_operate.c index 19d0799e1..3a15bed51 100644 --- a/src/tool_operate.c +++ b/src/tool_operate.c @@ -1320,7 +1320,7 @@ int operate(struct Configurable *config, int argc, argv_item_t argv[]) if(config->mail_auth) my_setopt_str(curl, CURLOPT_MAIL_AUTH, config->mail_auth); - /* new in 7.30.1 */ + /* new in 7.31.0 */ if(config->sasl_ir) my_setopt(curl, CURLOPT_SASL_IR, (long)TRUE); -- cgit v1.2.3