diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-06-13 17:49:38 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-06-13 17:49:38 +0200 |
commit | 1f5557817f1739a26c03ec0efa76ccf5d0bff603 (patch) | |
tree | da8092196d540c0a6ccb5be5e21785d299727b37 /program/lib | |
parent | b5c6850732d69f8a68dc05738acb55dffc03677a (diff) |
Update changelog + bump version number
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 c25d625a4..db61dc21f 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.1'); +define('RCUBE_VERSION', '0.9.2'); define('RCUBE_CHARSET', 'UTF-8'); if (!defined('RCUBE_LIB_DIR')) { |