diff options
author | Thomas <thomas@roundcube.net> | 2013-10-21 21:14:46 +0200 |
---|---|---|
committer | Thomas <thomas@roundcube.net> | 2013-10-21 21:14:46 +0200 |
commit | 4af76d20cafcd456bf3ce0fcb17b25a888c45160 (patch) | |
tree | 1c47b2cc9e26fe54f9db1b37f5c0ad86f406098f /program/lib | |
parent | 8d5832fe96ec8b62efe951ff1ff7ad868f74f035 (diff) |
Bump versionv0.9.5
Diffstat (limited to 'program/lib')
-rw-r--r-- | program/lib/Roundcube/bootstrap.php | 2 |
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')) { |