summaryrefslogtreecommitdiff
path: root/program/include/iniset.php
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-01-12 15:54:35 +0000
committerthomascube <thomas@roundcube.net>2011-01-12 15:54:35 +0000
commita32679e69f7d6c265f85015677743272740dcc8e (patch)
tree69059a5afa49d4c21f18bf8b4533f4e510286d73 /program/include/iniset.php
parent62a83b3bd5813885d964d9fd1509d52bb9c4f12c (diff)
Unlinked externals, removed development stuff and updated versionsv0.5@4408
Diffstat (limited to 'program/include/iniset.php')
-rwxr-xr-xprogram/include/iniset.php2
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));