diff options
author | thomascube <thomas@roundcube.net> | 2009-05-18 07:44:20 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-05-18 07:44:20 +0000 |
commit | cc49581e82387e12162a09150fe246fcd7635d6e (patch) | |
tree | c138df5bfa3e6602d1867e0430506687ac8e5ef7 /program/include | |
parent | 39a9b603cdf3599880588d742ecd6173641b6a50 (diff) |
Remove development stuff and experimental plugins + 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 eef1ec537..512e03bf5 100755 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -22,7 +22,7 @@ // application constants -define('RCMAIL_VERSION', '0.3-trunk'); +define('RCMAIL_VERSION', '0.3-beta'); define('RCMAIL_CHARSET', 'UTF-8'); define('JS_OBJECT_NAME', 'rcmail'); |