diff options
author | thomascube <thomas@roundcube.net> | 2011-06-02 13:36:57 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-06-02 13:36:57 +0000 |
commit | 41bdcf2daae7d78d5c070b011e5f9aa7ce5f6ca2 (patch) | |
tree | de704357bdaf628bae9006599b76d97bc864b572 /program/include/iniset.php | |
parent | 187833dff94146a9b176a1ca4a5c9996809fd4a7 (diff) |
Bump versions to 0.5.3v0.5.3@4832
Diffstat (limited to 'program/include/iniset.php')
-rwxr-xr-x | 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 536adedc7..57e2fb5c3 100755 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -36,7 +36,7 @@ foreach ($crit_opts as $optname => $optval) { } // application constants -define('RCMAIL_VERSION', '0.5.2'); +define('RCMAIL_VERSION', '0.5.3'); define('RCMAIL_CHARSET', 'UTF-8'); define('JS_OBJECT_NAME', 'rcmail'); define('RCMAIL_START', microtime(true)); |