diff options
author | thomascube <thomas@roundcube.net> | 2008-12-30 14:33:28 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-12-30 14:33:28 +0000 |
commit | 6a7b713dc5a854efa16c25015c938faa8fb4ad4c (patch) | |
tree | 24aec752033cd2c6b3a8e23689b24be8a04f234d /config | |
parent | c19abb3b0816ca7c98f6cdcc72430bdd22ed7efa (diff) |
Update docs and version strings
Diffstat (limited to 'config')
-rw-r--r-- | 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 bb036d6b3..f8d9b29fc 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -152,7 +152,7 @@ $rcmail_config['date_long'] = 'd.m.Y H:i'; $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'; |