diff options
author | thomascube <thomas@roundcube.net> | 2009-07-27 15:04:35 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-07-27 15:04:35 +0000 |
commit | b5f3abeea96db8b98df9bbf4c3da7873b8a84e44 (patch) | |
tree | 5bf42d75fb4cb88bf703d0a2a8ac3321d290f7ff /config | |
parent | 28f15eb597304d1761adeef4e22c202de42ef22d (diff) |
Tagging files for 0.3-rc1v0.3-rc1
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 6050a4af9..c6cd38f62 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -173,7 +173,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.3-beta'; +$rcmail_config['useragent'] = 'RoundCube Webmail/0.3-RC1'; // use this name to compose page titles $rcmail_config['product_name'] = 'RoundCube Webmail'; |