diff options
author | thomascube <thomas@roundcube.net> | 2010-11-27 14:07:43 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-11-27 14:07:43 +0000 |
commit | 26ea6f9ceb79a78b8b804897d863654bac46d01a (patch) | |
tree | 80262a364cd4b909efb5748a0110ed17914a3dec /program | |
parent | a2700585cca05300a11f774c9407e08307894977 (diff) |
Remove development stuff and update versions
Diffstat (limited to 'program')
-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 5ef067f65..a48ca9edf 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-trunk'); +define('RCMAIL_VERSION', '0.5-beta'); define('RCMAIL_CHARSET', 'UTF-8'); define('JS_OBJECT_NAME', 'rcmail'); define('RCMAIL_START', microtime(true)); |