From 7b8a183e9ff5e4329e425ca5595a0674c08a4e82 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sun, 31 Mar 2019 13:08:23 +0200 Subject: [PATCH] Bump version to 1.3.9 --- CHANGELOG | 2 ++ index.php | 4 ++-- installer/index.php | 4 ++-- program/include/iniset.php | 4 ++-- program/lib/Roundcube/bootstrap.php | 2 +- public_html/index.php | 2 +- skins/classic/templates/about.html | 2 +- skins/larry/templates/about.html | 2 +- 8 files changed, 12 insertions(+), 10 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 0a81e748b..491247667 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ CHANGELOG Roundcube Webmail =========================== +RELEASE 1.3.9 +------------- - Fix TinyMCE download location (#6694) - Fix bug where a message/rfc822 part without a filename wasn't listed on the attachments list (#6494) - Fix handling of empty entries in vCard import (#6564) diff --git a/index.php b/index.php index 265059338..932359c29 100644 --- a/index.php +++ b/index.php @@ -2,9 +2,9 @@ /** +-------------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | - | Version 1.3.8 | + | Version 1.3.9 | | | - | Copyright (C) 2005-2018, The Roundcube Dev Team | + | Copyright (C) 2005-2019, The Roundcube Dev Team | | | | This program is free software: you can redistribute it and/or modify | | it under the terms of the GNU General Public License (with exceptions | diff --git a/installer/index.php b/installer/index.php index 87f391b39..35e6a29ff 100644 --- a/installer/index.php +++ b/installer/index.php @@ -3,9 +3,9 @@ /** +-------------------------------------------------------------------------+ | Roundcube Webmail setup tool | - | Version 1.3.8 | + | Version 1.3.9 | | | - | Copyright (C) 2009-2015, The Roundcube Dev Team | + | Copyright (C) 2009-2019, The Roundcube Dev Team | | | | This program is free software: you can redistribute it and/or modify | | it under the terms of the GNU General Public License (with exceptions | diff --git a/program/include/iniset.php b/program/include/iniset.php index 1dec8fabb..0dbae3c7d 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -5,7 +5,7 @@ | program/include/iniset.php | | | | This file is part of the Roundcube Webmail client | - | Copyright (C) 2008-2017, The Roundcube Dev Team | + | Copyright (C) 2008-2019, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -21,7 +21,7 @@ */ // application constants -define('RCMAIL_VERSION', '1.3.8'); +define('RCMAIL_VERSION', '1.3.9'); define('RCMAIL_START', microtime(true)); if (!defined('INSTALL_PATH')) { diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php index 04f15acdc..c4ddec734 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.8'); +define('RCUBE_VERSION', '1.3.9'); define('RCUBE_CHARSET', 'UTF-8'); if (!defined('RCUBE_LIB_DIR')) { diff --git a/public_html/index.php b/public_html/index.php index ae3140e86..12b6c5f23 100644 --- a/public_html/index.php +++ b/public_html/index.php @@ -3,7 +3,7 @@ /* +-----------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | - | Version 1.3.8 | + | Version 1.3.9 | | | | Copyright (C) 2005-2017, The Roundcube Dev Team | | | diff --git a/skins/classic/templates/about.html b/skins/classic/templates/about.html index 849309596..f9ecb2d3e 100644 --- a/skins/classic/templates/about.html +++ b/skins/classic/templates/about.html @@ -20,7 +20,7 @@

Roundcube Webmail

- +

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/skins/larry/templates/about.html b/skins/larry/templates/about.html index c595f3dd4..05e48d9a9 100644 --- a/skins/larry/templates/about.html +++ b/skins/larry/templates/about.html @@ -14,7 +14,7 @@

Roundcube Webmail

- +

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.