change server_version

JSON-110
Roker 5 years ago
parent 81d70748af
commit 61f2c2105e

@ -76,9 +76,11 @@ static const std::string VersionName =
//const ServerVersion sv(0,15,1); // JSON-92 again: Change "keylist" in (MIME_)decrypt_message() from Out to InOutP. Is a compatible API change for JSON/JavaScript due to the handling of output parameters. :-)
#ifdef ENIGMAIL_2_0_COMPAT
const ServerVersion sv(0,14,1); // JSON-97 : make MIME_decrypt_message() API-compatible with pre-JSON-92's changes for Enigmail 2.0
//const ServerVersion sv(0,14,1); // JSON-97 : make MIME_decrypt_message() API-compatible with pre-JSON-92's changes for Enigmail 2.0
const ServerVersion sv(0,14,3); // JSON-110: add encrypt_message_and_add_priv_key()
#else
const ServerVersion sv(0,15,2); // JSON-93 InLength<> is a compatible API change, because length parameter is still there but ignored. :-)
//const ServerVersion sv(0,15,2); // JSON-93 InLength<> is a compatible API change, because length parameter is still there but ignored. :-)
const ServerVersion sv(0,15,3); // JSON-110: add encrypt_message_and_add_priv_key()
#endif // ENIGMAIL_2_0_COMPAT
} // end of anonymous namespace

Loading…
Cancel
Save