diff options
author | thomascube <thomas@roundcube.net> | 2010-09-29 10:04:09 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-09-29 10:04:09 +0000 |
commit | b9c08759f0433d9a24f0c8595c16624684f63e0d (patch) | |
tree | 472b055c14714e60cf60b1cf07955a30e99f505d /program/include | |
parent | 2baa16ae6d8355e0dfb38e400fd4115057b0680d (diff) |
Remove development stuff and update versions
Diffstat (limited to 'program/include')
-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 46a76a4bd..b4027ecbd 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.4-trunk'); +define('RCMAIL_VERSION', '0.4.1'); define('RCMAIL_CHARSET', 'UTF-8'); define('JS_OBJECT_NAME', 'rcmail'); define('RCMAIL_START', microtime(true)); |