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>2020-08-10 21:46:14 +0300
committerThomas Bruederli <thomas@roundcube.net>2020-08-10 21:46:14 +0300
commite4dc3e942c79271f7e0933d91895e7fcd810ec44 (patch)
tree0bd1791643f9af8050558fa05e8cb86e6ddbba81 /program/lib/Roundcube/bootstrap.php
parentd44ca2308a96576b88d6bf27528964d4fe1a6b8b (diff)
Bump version to 1.3.151.3.15
Diffstat (limited to 'program/lib/Roundcube/bootstrap.php')
-rw-r--r--program/lib/Roundcube/bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php
index 59b88a15c..a348dfc42 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.14');
+define('RCUBE_VERSION', '1.3.15');
define('RCUBE_CHARSET', 'UTF-8');
if (!defined('RCUBE_LIB_DIR')) {