Bump versions and year

pull/6072/head 1.3.1
Thomas Bruederli 7 years ago
parent d0b99bd21d
commit b6132b2bcd

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

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

@ -21,7 +21,7 @@
*/
// application constants
define('RCMAIL_VERSION', '1.3.0 ');
define('RCMAIL_VERSION', '1.3.1 ');
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.0 ');
define('RCUBE_VERSION', '1.3.1 ');
define('RCUBE_CHARSET', 'UTF-8');
if (!defined('RCUBE_LIB_DIR')) {

@ -3,7 +3,7 @@
/*
+-----------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
| Version 1.3.0 |
| Version 1.3.1 |
| |
| Copyright (C) 2005-2017, The Roundcube Dev Team |
| |

@ -20,7 +20,7 @@
<div id="license">
<roundcube:object name="aboutcontent" />
<h2 class="sysname">Roundcube Webmail <roundcube:object name="version" /></h2>
<p class="copyright">Copyright &copy; 2005-2016, The Roundcube Dev Team</p>
<p class="copyright">Copyright &copy; 2005-2017, The Roundcube Dev Team</p>
<p class="license">This program is free software; you can redistribute it and/or modify
it under the terms of the <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">GNU General Public License</a>
as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br/>

@ -14,7 +14,7 @@
<roundcube:object name="aboutcontent" />
<h2 class="sysname">Roundcube Webmail <roundcube:object name="version" /></h2>
<p class="copyright">Copyright &copy; 2005-2016, The Roundcube Dev Team</p>
<p class="copyright">Copyright &copy; 2005-2017, The Roundcube Dev Team</p>
<p class="license">This program is free software; you can redistribute it and/or modify
it under the terms of the <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">GNU General Public License</a>
as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br/>

Loading…
Cancel
Save