diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-11-14 10:43:09 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-11-14 10:43:09 +0100 |
commit | 76cee1c4e18e518888ddac2c038ed49535ed846c (patch) | |
tree | 340dacebfcea4ba6b3cbc6cec803c3d3c4386f1d /program/include/iniset.php | |
parent | 289b000d2505876913179f5c4b99d3da9a0b9ef4 (diff) |
Bump version to 0.8.4
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 3809479ff..0e3b5a14a 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.3'); +define('RCMAIL_VERSION', '0.8.4'); define('RCMAIL_CHARSET', 'UTF-8'); define('JS_OBJECT_NAME', 'rcmail'); define('RCMAIL_START', microtime(true)); |