diff --git a/CHANGELOG b/CHANGELOG index b69c8e232..3a45e72c6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ CHANGELOG Roundcube Webmail =========================== +RELEASE 1.4.0 +------------- - Elastic: Resizeable columns (#6929) - Elastic: Fix position and style of auto-complete dropdown on small screens (#6951) - Elastic: Fix initial focus on recipients input in mail compose screen diff --git a/index.php b/index.php index 40966fc83..7be726480 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /** +-------------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | - | Version 1.4-git | + | Version 1.4.0 | | | | Copyright (C) The Roundcube Dev Team | | | diff --git a/installer/index.php b/installer/index.php index 51963c462..4ffd51f6d 100644 --- a/installer/index.php +++ b/installer/index.php @@ -3,7 +3,7 @@ /** +-------------------------------------------------------------------------+ | Roundcube Webmail setup tool | - | Version 1.4-git | + | Version 1.4.0 | | | | Copyright (C) The Roundcube Dev Team | | | diff --git a/program/include/iniset.php b/program/include/iniset.php index 255925cab..6d92a31a5 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -20,7 +20,7 @@ */ // application constants -define('RCMAIL_VERSION', '1.4-git'); +define('RCMAIL_VERSION', '1.4.0'); define('RCMAIL_START', microtime(true)); if (!defined('INSTALL_PATH')) { diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php index f08533127..d1b4e4c80 100644 --- a/program/lib/Roundcube/bootstrap.php +++ b/program/lib/Roundcube/bootstrap.php @@ -58,7 +58,7 @@ foreach ($config as $optname => $optval) { } // framework constants -define('RCUBE_VERSION', '1.4-git'); +define('RCUBE_VERSION', '1.4.0'); define('RCUBE_CHARSET', 'UTF-8'); define('RCUBE_TEMP_FILE_PREFIX', 'RCMTEMP'); diff --git a/public_html/index.php b/public_html/index.php index 8c7cdd0a3..f1547236a 100644 --- a/public_html/index.php +++ b/public_html/index.php @@ -3,7 +3,7 @@ /* +-----------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | - | Version 1.4-git | + | Version 1.4.0 | | | | Copyright (C) The Roundcube Dev Team | | |