diff options
author | thomascube <thomas@roundcube.net> | 2008-06-09 20:57:53 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-06-09 20:57:53 +0000 |
commit | f64f5f59077e3bffe4dd8b60ab4ff0d674d0fc26 (patch) | |
tree | d155a0cbd898416ade860ec9e3de12b140abd366 /config/main.inc.php.dist | |
parent | 12b0029ae265db9c6a90f1912a45e373cc8910c8 (diff) |
Update version stringsv0.2-alpha@1499
Diffstat (limited to 'config/main.inc.php.dist')
-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 0be6d478d..67d82c869 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -134,7 +134,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.1'; +$rcmail_config['useragent'] = 'RoundCube Webmail/0.2a'; // use this name to compose page titles $rcmail_config['product_name'] = 'RoundCube Webmail'; |