diff options
-rw-r--r-- | index.php | 2 | ||||
-rwxr-xr-x | program/include/iniset.php | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ /* +-------------------------------------------------------------------------+ | RoundCube Webmail IMAP Client | - | Version 0.2.1 | + | Version 0.2.2 | | | | Copyright (C) 2005-2009, RoundCube Dev. - Switzerland | | | diff --git a/program/include/iniset.php b/program/include/iniset.php index 7bcca4e2b..5ca17ccf0 100755 --- a/program/include/iniset.php +++ b/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'); |