From 6a7b713dc5a854efa16c25015c938faa8fb4ad4c Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Tue, 30 Dec 2008 09:33:28 -0500 Subject: [PATCH] Update docs and version strings --- config/main.inc.php.dist | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index bb036d6..f8d9b29 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -152,7 +152,7 @@ $rcmail_config['date_today'] = 'H:i'; // add this user-agent to message headers when sending -$rcmail_config['useragent'] = 'RoundCube Webmail/0.2-beta'; +$rcmail_config['useragent'] = 'RoundCube Webmail/0.2'; // use this name to compose page titles $rcmail_config['product_name'] = 'RoundCube Webmail'; -- Gitblit v1.9.1