summaryrefslogtreecommitdiff
path: root/lib/phpmailer/class.smtp.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2016-12-29 07:37:10 +0300
committerAndrew Dolgov <[email protected]>2016-12-29 07:37:10 +0300
commit832aa24943f6b65a811dc6c7414dede412ab1ec6 (patch)
treec767e9fd7a2ab5dd80245d50c490da3368a599dc /lib/phpmailer/class.smtp.php
parentd518096b83bc43d6f9f1fcb5c767876e16c24b98 (diff)
update phpmailer (again)
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 04ced6581..6c381ed7e 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.19';
+ const VERSION = '5.2.20';
/**
* SMTP line break constant.
@@ -81,7 +81,7 @@ class SMTP
* @deprecated Use the `VERSION` constant instead
* @see SMTP::VERSION
*/
- public $Version = '5.2.19';
+ public $Version = '5.2.20';
/**
* SMTP server port number.