mirror of
https://github.com/curl/curl.git
synced 2026-08-06 12:26:14 +03:00
Corrected version numbers after bump
This commit is contained in:
parent
219358b93d
commit
128517649c
3 changed files with 6 additions and 6 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue