summaryrefslogtreecommitdiff
path: root/program
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-06-13 17:49:38 +0200
committerThomas Bruederli <thomas@roundcube.net>2013-06-13 17:49:38 +0200
commit1f5557817f1739a26c03ec0efa76ccf5d0bff603 (patch)
treeda8092196d540c0a6ccb5be5e21785d299727b37 /program
parentb5c6850732d69f8a68dc05738acb55dffc03677a (diff)
Update changelog + bump version number
Diffstat (limited to 'program')
-rw-r--r--program/include/iniset.php2
-rw-r--r--program/lib/Roundcube/bootstrap.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/program/include/iniset.php b/program/include/iniset.php
index ca17640e1..28a2b761b 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -21,7 +21,7 @@
*/
// application constants
-define('RCMAIL_VERSION', '0.9.1');
+define('RCMAIL_VERSION', '0.9.2');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {
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')) {