From 917ae1c19964860ee0f2f2c8b4beb092ce3aa19b Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Sun, 7 Jan 2018 14:37:39 +0100 Subject: [PATCH] Bump version to 1.3.4 --- 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 ecaa22472..12f612830 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ CHANGELOG Roundcube Webmail =========================== +RELEASE 1.3.4 +------------- - Fix a couple of warnings on PHP 7.2 (#6098) - Fix broken long filenames when using imap4d server - workaround server bug (#6048) - Fix so temp_dir misconfiguration prints an error to the log (#6045) diff --git a/index.php b/index.php index ef02782ca..b8e3f8748 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /** +-------------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | - | Version 1.3.3 | + | Version 1.3.4 | | | | Copyright (C) 2005-2017, The Roundcube Dev Team | | | diff --git a/installer/index.php b/installer/index.php index ffb3e7853..4171ef490 100644 --- a/installer/index.php +++ b/installer/index.php @@ -3,7 +3,7 @@ /** +-------------------------------------------------------------------------+ | Roundcube Webmail setup tool | - | Version 1.3.3 | + | Version 1.3.4 | | | | Copyright (C) 2009-2015, The Roundcube Dev Team | | | diff --git a/program/include/iniset.php b/program/include/iniset.php index af3531111..64f4fdfd1 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -21,7 +21,7 @@ */ // application constants -define('RCMAIL_VERSION', '1.3.3'); +define('RCMAIL_VERSION', '1.3.4'); define('RCMAIL_START', microtime(true)); if (!defined('INSTALL_PATH')) { diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php index 25d17d6a0..f02a2fe0f 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.3'); +define('RCUBE_VERSION', '1.3.4'); define('RCUBE_CHARSET', 'UTF-8'); if (!defined('RCUBE_LIB_DIR')) { diff --git a/public_html/index.php b/public_html/index.php index 1fdff7f9e..b199d8abe 100644 --- a/public_html/index.php +++ b/public_html/index.php @@ -3,7 +3,7 @@ /* +-----------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | - | Version 1.3.3 | + | Version 1.3.4 | | | | Copyright (C) 2005-2017, The Roundcube Dev Team | | |