diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-10-21 21:02:40 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-10-21 21:02:40 +0200 |
commit | f06aa8058b7e32ba32d4551074b6e0b8a300f751 (patch) | |
tree | 4e62e4fbf5367bdce07f1d634d2efe4de0cc4761 /program/include | |
parent | eb433aa33cec00b42eba3153fc905ebef9c6fd0b (diff) |
Bump version after security fixv0.8.7
Diffstat (limited to 'program/include')
-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 873b02ecc..1c10e531a 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.6'); +define('RCMAIL_VERSION', '0.8.7'); define('RCMAIL_CHARSET', 'UTF-8'); define('JS_OBJECT_NAME', 'rcmail'); define('RCMAIL_START', microtime(true)); |