diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-05-16 08:09:10 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-05-16 08:09:10 +0200 |
commit | 6b6209b58768647ca2feafb436db048ff3d5de6e (patch) | |
tree | 03e144e71fcb83e9fbd186571e922d29fcaad071 /program | |
parent | 57323253f76a7a53bd709f00499e81522b9f06a7 (diff) |
Bump version number here too
Diffstat (limited to 'program')
-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 177638100..c25d625a4 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-beta'); +define('RCUBE_VERSION', '0.9.1'); define('RCUBE_CHARSET', 'UTF-8'); if (!defined('RCUBE_LIB_DIR')) { |