]> git.wh0rd.org - tt-rss.git/blobdiff - lib/phpmailer/class.smtp.php
update phpmailer (again)
[tt-rss.git] / lib / phpmailer / class.smtp.php
index 04ced65812905115e0072a628d8a2ada76be4731..6c381ed7e4dfc66e8db8236b3b6e391c80150f55 100644 (file)
@@ -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.