Bump version to 1.3-rc

pull/5755/head
Thomas Bruederli 7 years ago
parent c297d08362
commit 3dd2884788

@ -1,6 +1,9 @@
CHANGELOG Roundcube Webmail
===========================
RELEASE 1.3-rc
--------------
- "Fattened" the larry theme: fresher look by removing shadows and gradients
- Support logging to php://stdout (#5721)
- Add support for DelSp=Yes in format=flowed messages (#5702)
- Update to jQuery 3.2.1

@ -2,7 +2,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
| Version 1.3-git |
| Version 1.3-rc |
| |
| Copyright (C) 2005-2017, The Roundcube Dev Team |
| |

@ -3,7 +3,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail setup tool |
| Version 1.3-git |
| Version 1.3-rc |
| |
| Copyright (C) 2009-2015, The Roundcube Dev Team |
| |

@ -5,7 +5,7 @@
| program/include/iniset.php |
| |
| This file is part of the Roundcube Webmail client |
| Copyright (C) 2008-2015, The Roundcube Dev Team |
| Copyright (C) 2008-2017, 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-git');
define('RCMAIL_VERSION', '1.3-rc');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {

@ -53,7 +53,7 @@ foreach ($config as $optname => $optval) {
}
// framework constants
define('RCUBE_VERSION', '1.3-git');
define('RCUBE_VERSION', '1.3-rc');
define('RCUBE_CHARSET', 'UTF-8');
if (!defined('RCUBE_LIB_DIR')) {

Loading…
Cancel
Save