aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-04-27 23:02:20 +0100
committerSteve Holme <steve_holme@hotmail.com>2013-04-27 23:02:20 +0100
commit128517649c73cc767a1bbe4e3f5d256797c7a80b (patch)
treeb17c6684255f7d77993419014ba8a5024edc338e /src
parent219358b93dac3c758be1286ab5310cd5c68735c5 (diff)
Corrected version numbers after bump
Diffstat (limited to 'src')
-rw-r--r--src/tool_operate.c2
1 files changed, 1 insertions, 1 deletions
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);