From 26ea6f9ceb79a78b8b804897d863654bac46d01a Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Sat, 27 Nov 2010 09:07:43 -0500 Subject: [PATCH] Remove development stuff and update versions --- 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 5ef067f..a48ca9e 100755 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -36,7 +36,7 @@ } // 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)); -- Gitblit v1.9.1