diff --git a/CHANGELOG b/CHANGELOG index ab89ec8f2..e0bca5c4b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ CHANGELOG Roundcube Webmail =========================== +RELEASE 1.2.6 +------------- - Don't ignore (global) userlogins/sendmail logging in per_user_logging mode - Enigma: Fix compatibility with assets_dir - Managesieve: Fix AM/PM suffix in vacation time selectors diff --git a/index.php b/index.php index e26f40a9f..dd0d544f5 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /** +-------------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | - | Version 1.2.5 | + | Version 1.2.6 | | | | Copyright (C) 2005-2017, The Roundcube Dev Team | | | diff --git a/installer/index.php b/installer/index.php index b47389fe1..cb184784d 100644 --- a/installer/index.php +++ b/installer/index.php @@ -3,7 +3,7 @@ /** +-------------------------------------------------------------------------+ | Roundcube Webmail setup tool | - | Version 1.2.5 | + | Version 1.2.6 | | | | Copyright (C) 2009-2017, The Roundcube Dev Team | | | diff --git a/program/include/iniset.php b/program/include/iniset.php index 83f1c7c82..e10005ff5 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -21,7 +21,7 @@ */ // application constants -define('RCMAIL_VERSION', '1.2.5'); +define('RCMAIL_VERSION', '1.2.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 0350f70ab..f4697da45 100644 --- a/program/lib/Roundcube/bootstrap.php +++ b/program/lib/Roundcube/bootstrap.php @@ -55,7 +55,7 @@ foreach ($config as $optname => $optval) { } // framework constants -define('RCUBE_VERSION', '1.2.5'); +define('RCUBE_VERSION', '1.2.6'); define('RCUBE_CHARSET', 'UTF-8'); if (!defined('RCUBE_LIB_DIR')) {