From 068f235b91ac463dd6dd9365e85bafae4a28e6bf Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 15 May 2009 06:24:09 -0400
Subject: [PATCH] Set version strings to 0.2.2

---
 index.php                  |    2 +-
 program/include/iniset.php |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.php b/index.php
index 3e23471..972f614 100644
--- a/index.php
+++ b/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                   |
  |                                                                         |
diff --git a/program/include/iniset.php b/program/include/iniset.php
index 7bcca4e..5ca17cc 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');
 

--
Gitblit v1.9.1