Corrected version numbers after bump

This commit is contained in:
Steve Holme
2013-04-27 23:02:20 +01:00
parent 219358b93d
commit 128517649c
3 changed files with 6 additions and 6 deletions

View File

@@ -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);