Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2017-09-04 21:49:32 +0300
committerThomas Bruederli <thomas@roundcube.net>2017-09-04 21:49:32 +0300
commitb6132b2bcd69e648f74677b741e4dfbfe7bb77cc (patch)
tree56c64d64e5d15cdbcd4dca639c82512cd026ec5b
parentd0b99bd21d181380896d615689c4925703e693a6 (diff)
Bump versions and year1.3.1
-rw-r--r--index.php2
-rw-r--r--installer/index.php2
-rw-r--r--program/include/iniset.php2
-rw-r--r--program/lib/Roundcube/bootstrap.php2
-rw-r--r--public_html/index.php2
-rw-r--r--skins/classic/templates/about.html2
-rw-r--r--skins/larry/templates/about.html2
7 files changed, 7 insertions, 7 deletions
diff --git a/index.php b/index.php
index 630ecfcb8..a1558a5f2 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
- | Version 1.3.0 |
+ | Version 1.3.1 |
| |
| Copyright (C) 2005-2017, The Roundcube Dev Team |
| |
diff --git a/installer/index.php b/installer/index.php
index 2655d15a5..97dd22566 100644
--- a/installer/index.php
+++ b/installer/index.php
@@ -3,7 +3,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail setup tool |
- | Version 1.3.0 |
+ | Version 1.3.1 |
| |
| Copyright (C) 2009-2015, The Roundcube Dev Team |
| |
diff --git a/program/include/iniset.php b/program/include/iniset.php
index cd1ed7e85..333afd902 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -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')) {
diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php
index f0e345805..ccf1795ad 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.0 ');
+define('RCUBE_VERSION', '1.3.1 ');
define('RCUBE_CHARSET', 'UTF-8');
if (!defined('RCUBE_LIB_DIR')) {
diff --git a/public_html/index.php b/public_html/index.php
index e12bdb3a2..f26b9a488 100644
--- a/public_html/index.php
+++ b/public_html/index.php
@@ -3,7 +3,7 @@
/*
+-----------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
- | Version 1.3.0 |
+ | Version 1.3.1 |
| |
| Copyright (C) 2005-2017, The Roundcube Dev Team |
| |
diff --git a/skins/classic/templates/about.html b/skins/classic/templates/about.html
index af3d51815..f5c5dafee 100644
--- a/skins/classic/templates/about.html
+++ b/skins/classic/templates/about.html
@@ -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/>
diff --git a/skins/larry/templates/about.html b/skins/larry/templates/about.html
index 9fa9fe1da..b72db2238 100644
--- a/skins/larry/templates/about.html
+++ b/skins/larry/templates/about.html
@@ -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/>