diff --git a/CHANGELOG b/CHANGELOG index 17672bf5166..4ce3a2f56d3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ CHANGELOG Roundcube Webmail =========================== +RELEASE 1.4.6 +------------- - Installer: Fix regression in SMTP test section (#7417) RELEASE 1.4.5 diff --git a/index.php b/index.php index 7158ac91152..f8df4abb182 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /** +-------------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | - | Version 1.4.5 | + | Version 1.4.6 | | | | Copyright (C) The Roundcube Dev Team | | | diff --git a/installer/index.php b/installer/index.php index e220fe4f028..c73115b18e6 100644 --- a/installer/index.php +++ b/installer/index.php @@ -3,7 +3,7 @@ /** +-------------------------------------------------------------------------+ | Roundcube Webmail setup tool | - | Version 1.4.5 | + | Version 1.4.6 | | | | Copyright (C) The Roundcube Dev Team | | | diff --git a/program/include/iniset.php b/program/include/iniset.php index 24d99624918..67a28105c5a 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -20,7 +20,7 @@ */ // application constants -define('RCMAIL_VERSION', '1.4.5'); +define('RCMAIL_VERSION', '1.4.6'); define('RCMAIL_START', microtime(true)); if (!defined('INSTALL_PATH')) { diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php index 2cb20056f9f..8651ce6f53e 100644 --- a/program/lib/Roundcube/bootstrap.php +++ b/program/lib/Roundcube/bootstrap.php @@ -58,7 +58,7 @@ } // framework constants -define('RCUBE_VERSION', '1.4.5'); +define('RCUBE_VERSION', '1.4.6'); define('RCUBE_CHARSET', 'UTF-8'); define('RCUBE_TEMP_FILE_PREFIX', 'RCMTEMP'); diff --git a/public_html/index.php b/public_html/index.php index f041c6fca1c..61e317855af 100644 --- a/public_html/index.php +++ b/public_html/index.php @@ -3,7 +3,7 @@ /* +-----------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | - | Version 1.4.5 | + | Version 1.4.6 | | | | Copyright (C) The Roundcube Dev Team | | |