thomascube
2009-05-15 068f235b91ac463dd6dd9365e85bafae4a28e6bf
Set version strings to 0.2.2

2 files modified
4 ■■■■ changed files
index.php 2 ●●● patch | view | raw | blame | history
program/include/iniset.php 2 ●●● patch | view | raw | blame | history
index.php
@@ -2,7 +2,7 @@
/*
 +-------------------------------------------------------------------------+
 | RoundCube Webmail IMAP Client                                           |
 | Version 0.2.1                                                           |
 | Version 0.2.2                                                           |
 |                                                                         |
 | Copyright (C) 2005-2009, RoundCube Dev. - Switzerland                   |
 |                                                                         |
program/include/iniset.php
@@ -22,7 +22,7 @@
// application constants
define('RCMAIL_VERSION', '0.2.1');
define('RCMAIL_VERSION', '0.2.2');
define('RCMAIL_CHARSET', 'UTF-8');
define('JS_OBJECT_NAME', 'rcmail');