summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/bootstrap.php
diff options
context:
space:
mode:
authorThomas <thomas@roundcube.net>2013-10-21 21:14:46 +0200
committerThomas <thomas@roundcube.net>2013-10-21 21:14:46 +0200
commit4af76d20cafcd456bf3ce0fcb17b25a888c45160 (patch)
tree1c47b2cc9e26fe54f9db1b37f5c0ad86f406098f /program/lib/Roundcube/bootstrap.php
parent8d5832fe96ec8b62efe951ff1ff7ad868f74f035 (diff)
Bump versionv0.9.5
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 7af2515ac..c3fac1f4d 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', '0.9.4');
+define('RCUBE_VERSION', '0.9.5');
define('RCUBE_CHARSET', 'UTF-8');
if (!defined('RCUBE_LIB_DIR')) {