From b9c08759f0433d9a24f0c8595c16624684f63e0d Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Wed, 29 Sep 2010 06:04:09 -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 46a76a4..b4027ec 100755 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -36,7 +36,7 @@ } // application constants -define('RCMAIL_VERSION', '0.4-trunk'); +define('RCMAIL_VERSION', '0.4.1'); define('RCMAIL_CHARSET', 'UTF-8'); define('JS_OBJECT_NAME', 'rcmail'); define('RCMAIL_START', microtime(true)); -- Gitblit v1.9.1