summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/bootstrap.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-03-22 11:34:24 +0100
committerAleksander Machniak <alec@alec.pl>2013-03-22 11:34:24 +0100
commit3d525ffaf5b36fc74c5a9fa9ed317bcfdd32e19a (patch)
tree5cfc3cb3347486cfdd45290f0f2ffd4ce0547c11 /program/lib/Roundcube/bootstrap.php
parent1e2468e4b9e9fb44055757a5460df1a6bf31313b (diff)
Bump up also RCUBE_VERSION
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 8cea48122..0640a9448 100644
--- a/program/lib/Roundcube/bootstrap.php
+++ b/program/lib/Roundcube/bootstrap.php
@@ -45,7 +45,7 @@ foreach ($config as $optname => $optval) {
}
// framework constants
-define('RCUBE_VERSION', '0.9-git');
+define('RCUBE_VERSION', '1.0-git');
define('RCUBE_CHARSET', 'UTF-8');
if (!defined('RCUBE_LIB_DIR')) {