summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-05-16 08:09:10 +0200
committerAleksander Machniak <alec@alec.pl>2013-05-16 08:09:10 +0200
commit6b6209b58768647ca2feafb436db048ff3d5de6e (patch)
tree03e144e71fcb83e9fbd186571e922d29fcaad071
parent57323253f76a7a53bd709f00499e81522b9f06a7 (diff)
Bump version number here too
-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 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')) {