summaryrefslogtreecommitdiff
path: root/lib/phpmailer/class.smtp.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/phpmailer/class.smtp.php')
-rw-r--r--lib/phpmailer/class.smtp.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/phpmailer/class.smtp.php b/lib/phpmailer/class.smtp.php
index 6c381ed7e..89321171b 100644
--- a/lib/phpmailer/class.smtp.php
+++ b/lib/phpmailer/class.smtp.php
@@ -30,7 +30,7 @@ class SMTP
* The PHPMailer SMTP version number.
* @var string
*/
- const VERSION = '5.2.20';
+ const VERSION = '5.2.22';
/**
* SMTP line break constant.
@@ -81,7 +81,7 @@ class SMTP
* @deprecated Use the `VERSION` constant instead
* @see SMTP::VERSION
*/
- public $Version = '5.2.20';
+ public $Version = '5.2.22';
/**
* SMTP server port number.