thomascube
2008-06-09 f64f5f59077e3bffe4dd8b60ab4ff0d674d0fc26
Update version strings

3 files modified
6 ■■■■ changed files
config/main.inc.php.dist 2 ●●● patch | view | raw | blame | history
index.php 2 ●●● patch | view | raw | blame | history
program/include/iniset.php 2 ●●● patch | view | raw | blame | history
config/main.inc.php.dist
@@ -134,7 +134,7 @@
$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';
index.php
@@ -2,7 +2,7 @@
/*
 +-------------------------------------------------------------------------+
 | RoundCube Webmail IMAP Client                                           |
 | Version 0.1-20080506                                                    |
 | Version 0.2-alpha                                                       |
 |                                                                         |
 | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland                   |
 |                                                                         |
program/include/iniset.php
@@ -22,7 +22,7 @@
// application constants
define('RCMAIL_VERSION', '0.1-trunk');
define('RCMAIL_VERSION', '0.2-alpha');
define('RCMAIL_CHARSET', 'UTF-8');
define('JS_OBJECT_NAME', 'rcmail');