summaryrefslogtreecommitdiff
path: root/program/include/iniset.php
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-03-27 17:48:50 +0100
committerThomas Bruederli <thomas@roundcube.net>2013-03-27 17:48:50 +0100
commit217694ebe579759a575aa42bb755bf5f3670b597 (patch)
tree5741da461ce6d65065902a8fca549912732a8a02 /program/include/iniset.php
parenta8ca51718b7652d3351978a622a2302f3daae91c (diff)
Bump version for 0.8.6 releasev0.8.60.8.6
Diffstat (limited to 'program/include/iniset.php')
-rw-r--r--program/include/iniset.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/iniset.php b/program/include/iniset.php
index cf01da775..873b02ecc 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -42,7 +42,7 @@ foreach ($config as $optname => $optval) {
}
// application constants
-define('RCMAIL_VERSION', '0.8.5');
+define('RCMAIL_VERSION', '0.8.6');
define('RCMAIL_CHARSET', 'UTF-8');
define('JS_OBJECT_NAME', 'rcmail');
define('RCMAIL_START', microtime(true));