summaryrefslogtreecommitdiff
path: root/program
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2010-11-27 14:07:43 +0000
committerthomascube <thomas@roundcube.net>2010-11-27 14:07:43 +0000
commit26ea6f9ceb79a78b8b804897d863654bac46d01a (patch)
tree80262a364cd4b909efb5748a0110ed17914a3dec /program
parenta2700585cca05300a11f774c9407e08307894977 (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 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));