diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-03-27 17:48:50 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-03-27 17:48:50 +0100 |
commit | 217694ebe579759a575aa42bb755bf5f3670b597 (patch) | |
tree | 5741da461ce6d65065902a8fca549912732a8a02 /program/include/iniset.php | |
parent | a8ca51718b7652d3351978a622a2302f3daae91c (diff) |
Diffstat (limited to 'program/include/iniset.php')
-rw-r--r-- | program/include/iniset.php | 2 |
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)); |