From 378ba1d1903d644893cac79a08750a8bfeba8f43 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 09 Mar 2009 17:26:18 -0400 Subject: [PATCH] Update versions and docs + remove development-only stuff --- 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 4cdf173..68e2aa9 100755 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -22,7 +22,7 @@ // application constants -define('RCMAIL_VERSION', '0.2-trunk'); +define('RCMAIL_VERSION', '0.2.1'); define('RCMAIL_CHARSET', 'UTF-8'); define('JS_OBJECT_NAME', 'rcmail'); -- Gitblit v1.9.1