Skip to content

Commit

Permalink
Bump version to 1.1.12 and copyright to 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascube committed Apr 29, 2018
1 parent 0c9074f commit fe0dc4e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail
===========================

RELEASE 1.1.12
--------------
- Fix regression where IMAP commands with '*' uidset argument wasn't working

RELEASE 1.1.11
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
| Version 1.1.11 |
| Version 1.1.12 |
| |
| Copyright (C) 2005-2016, The Roundcube Dev Team |
| |
Expand Down
2 changes: 1 addition & 1 deletion installer/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
+-------------------------------------------------------------------------+
| Roundcube Webmail setup tool |
| Version 1.1.11 |
| Version 1.1.12 |
| |
| Copyright (C) 2009-2016, The Roundcube Dev Team |
| |
Expand Down
2 changes: 1 addition & 1 deletion program/include/iniset.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

// application constants
define('RCMAIL_VERSION', '1.1.11');
define('RCMAIL_VERSION', '1.1.12');
define('RCMAIL_START', microtime(true));

if (!defined('INSTALL_PATH')) {
Expand Down
2 changes: 1 addition & 1 deletion program/lib/Roundcube/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
}

// framework constants
define('RCUBE_VERSION', '1.1.11');
define('RCUBE_VERSION', '1.1.12');
define('RCUBE_CHARSET', 'UTF-8');

if (!defined('RCUBE_LIB_DIR')) {
Expand Down
2 changes: 1 addition & 1 deletion skins/classic/templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -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-2015, The Roundcube Dev Team</p>
<p class="copyright">Copyright &copy; 2005-2018, 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/>
Expand Down
2 changes: 1 addition & 1 deletion skins/larry/templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<roundcube:object name="aboutcontent" />

<h2 class="sysname">Roundcube Webmail <roundcube:object name="version" /></h2>
<p class="copyright">Copyright &copy; 2005-2015, The Roundcube Dev Team</p>
<p class="copyright">Copyright &copy; 2005-2018, 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/>
Expand Down

0 comments on commit fe0dc4e

Please sign in to comment.