From f2e610dbe5faef8a82f3fde034555dc0caebc45a Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Thu, 22 Aug 2019 22:08:32 +0200 Subject: [PATCH] Bump version to 1.3.10 --- CHANGELOG | 2 ++ index.php | 2 +- installer/index.php | 2 +- program/include/iniset.php | 2 +- program/lib/Roundcube/bootstrap.php | 2 +- public_html/index.php | 2 +- 6 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 20da35cdc..6778dd307 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ CHANGELOG Roundcube Webmail =========================== +RELEASE 1.3.10 +-------------- - Managesieve: Fix so "Create filter" option does not show up when Filters menu is disabled (#6723) - Enigma: Fix bug where revoked users/keys were not greyed out in key info - Enigma: Fix error message when trying to encrypt with a revoked key (#6607) diff --git a/index.php b/index.php index 932359c29..bd9c7ef50 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /** +-------------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | - | Version 1.3.9 | + | Version 1.3.10 | | | | Copyright (C) 2005-2019, The Roundcube Dev Team | | | diff --git a/installer/index.php b/installer/index.php index 35e6a29ff..3e8b69750 100644 --- a/installer/index.php +++ b/installer/index.php @@ -3,7 +3,7 @@ /** +-------------------------------------------------------------------------+ | Roundcube Webmail setup tool | - | Version 1.3.9 | + | Version 1.3.10 | | | | Copyright (C) 2009-2019, The Roundcube Dev Team | | | diff --git a/program/include/iniset.php b/program/include/iniset.php index 0dbae3c7d..57963e052 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -21,7 +21,7 @@ */ // application constants -define('RCMAIL_VERSION', '1.3.9'); +define('RCMAIL_VERSION', '1.3.10'); define('RCMAIL_START', microtime(true)); if (!defined('INSTALL_PATH')) { diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php index c4ddec734..a2ed4f7e6 100644 --- a/program/lib/Roundcube/bootstrap.php +++ b/program/lib/Roundcube/bootstrap.php @@ -53,7 +53,7 @@ foreach ($config as $optname => $optval) { } // framework constants -define('RCUBE_VERSION', '1.3.9'); +define('RCUBE_VERSION', '1.3.10'); define('RCUBE_CHARSET', 'UTF-8'); if (!defined('RCUBE_LIB_DIR')) { diff --git a/public_html/index.php b/public_html/index.php index 12b6c5f23..a861ac7bb 100644 --- a/public_html/index.php +++ b/public_html/index.php @@ -3,7 +3,7 @@ /* +-----------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | - | Version 1.3.9 | + | Version 1.3.10 | | | | Copyright (C) 2005-2017, The Roundcube Dev Team | | |