summaryrefslogtreecommitdiff
path: root/program
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-08-16 19:41:36 +0000
committerthomascube <thomas@roundcube.net>2011-08-16 19:41:36 +0000
commitaf80aae480b28a82a1c248bfdd6abf96b02ae6d8 (patch)
treea4a09c4f18e3c297ce54a5548149cdc534880da5 /program
parenta9d82447d00b2c9ff225b92c51c039d9570cc7f7 (diff)
Remove development stuff and update versions
Diffstat (limited to 'program')
-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 a7699e578..63f04c850 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.6-svn');
+define('RCMAIL_VERSION', '0.6-beta');
define('RCMAIL_CHARSET', 'UTF-8');
define('JS_OBJECT_NAME', 'rcmail');
define('RCMAIL_START', microtime(true));