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>2018-10-23 13:48:30 +0300
committerThomas Bruederli <thomas@roundcube.net>2018-10-23 13:48:30 +0300
commitb1a8a4b627ba5146d62e6edb3aaa09d319e08cd4 (patch)
tree5afd1f9837ec32074f1991b4c16db575b2f40979 /program
parenta34a206b60555d7e8dd9318f67609d031fe2167b (diff)
Bump version to 1.3.8
Diffstat (limited to 'program')
-rw-r--r--program/include/iniset.php2
-rw-r--r--program/lib/Roundcube/bootstrap.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/program/include/iniset.php b/program/include/iniset.php
index fda62ab52..1dec8fabb 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -21,7 +21,7 @@
*/
// application constants
-define('RCMAIL_VERSION', '1.3.7');
+define('RCMAIL_VERSION', '1.3.8');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {
diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php
index e434ca102..04f15acdc 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.7');
+define('RCUBE_VERSION', '1.3.8');
define('RCUBE_CHARSET', 'UTF-8');
if (!defined('RCUBE_LIB_DIR')) {