diff options
author | thomascube <thomas@roundcube.net> | 2011-01-12 15:54:35 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-01-12 15:54:35 +0000 |
commit | a32679e69f7d6c265f85015677743272740dcc8e (patch) | |
tree | 69059a5afa49d4c21f18bf8b4533f4e510286d73 /program | |
parent | 62a83b3bd5813885d964d9fd1509d52bb9c4f12c (diff) |
Unlinked externals, removed development stuff and updated versionsv0.5@4408
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 b5ca1a8cf..aeb4549fc 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'); define('RCMAIL_CHARSET', 'UTF-8'); define('JS_OBJECT_NAME', 'rcmail'); define('RCMAIL_START', microtime(true)); |