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>2016-04-17 19:39:57 +0300
committerThomas Bruederli <thomas@roundcube.net>2016-04-17 19:39:57 +0300
commitcde7a9eb74b6fd6315885c30c0763e0ee5332499 (patch)
tree2b3aceea44d4d7a6f984046e856dfac43d081491 /program/lib/Roundcube/bootstrap.php
parentb76d8e91d62fb9992e8ce18e1dd80574938027b8 (diff)
Bump version to 1.0.91.0.9
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 d697e19fe..6c241203b 100644
--- a/program/lib/Roundcube/bootstrap.php
+++ b/program/lib/Roundcube/bootstrap.php
@@ -54,7 +54,7 @@ foreach ($config as $optname => $optval) {
}
// framework constants
-define('RCUBE_VERSION', '1.0.8');
+define('RCUBE_VERSION', '1.0.9');
define('RCUBE_CHARSET', 'UTF-8');
if (!defined('RCUBE_LIB_DIR')) {