diff --git a/CHANGELOG b/CHANGELOG index 77f36d09d6e..a4060c9fea5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ CHANGELOG Roundcube Webmail =========================== +RELEASE 1.0.11 +-------------- - Password: Fix security issue in virtualmin and sasl drivers [CVE-2017-8114] RELEASE 1.0.10 diff --git a/index.php b/index.php index e6b90d1b512..23f0e7ef24d 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /* +-------------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | - | Version 1.0.10 | + | Version 1.0.11 | | | | Copyright (C) 2005-2014, The Roundcube Dev Team | | | diff --git a/program/include/iniset.php b/program/include/iniset.php index 9b620bc45f8..c44bbaa8bb0 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -21,7 +21,7 @@ */ // application constants -define('RCMAIL_VERSION', '1.0.10'); +define('RCMAIL_VERSION', '1.0.11'); define('RCMAIL_START', microtime(true)); if (!defined('INSTALL_PATH')) { diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php index 31eeb9e1685..46e3480c6eb 100644 --- a/program/lib/Roundcube/bootstrap.php +++ b/program/lib/Roundcube/bootstrap.php @@ -54,7 +54,7 @@ } // framework constants -define('RCUBE_VERSION', '1.0.10'); +define('RCUBE_VERSION', '1.0.11'); define('RCUBE_CHARSET', 'UTF-8'); if (!defined('RCUBE_LIB_DIR')) {