From af80aae480b28a82a1c248bfdd6abf96b02ae6d8 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Tue, 16 Aug 2011 15:41:36 -0400 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 a7699e5..63f04c8 100755 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -36,7 +36,7 @@ } // 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)); -- Gitblit v1.9.1