summaryrefslogtreecommitdiff
path: root/lib/phpmailer/class.smtp.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-01-16 16:30:01 +0300
committerAndrew Dolgov <[email protected]>2017-01-16 16:30:01 +0300
commitdb92edd1aa0ff3777a4a8b192c8566f89db385d7 (patch)
treeef90c8b92d437b39389b82b1b9df5d69e6f1c71c /lib/phpmailer/class.smtp.php
parentf6bcb5c60687f6d8d57612057996852e144c8c61 (diff)
update phpmailer
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.