summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2007-05-17 20:15:24 +0000
committerthomascube <thomas@roundcube.net>2007-05-17 20:15:24 +0000
commit6ae6e41fb32ca544ed29681d18130ba2c9c344fd (patch)
tree70fb7ce717bc1789b7de97f2d85afa4ba336cf53 /index.php
parent4a4751f5e504ae457ca99ca19a1531190c527e71 (diff)
Updated description files and version info
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index f62e9ebce..d5aa95e0e 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
/*
+-----------------------------------------------------------------------+
| RoundCube Webmail IMAP Client |
- | Version 0.1-20070428 |
+ | Version 0.1-20070517 |
| |
| Copyright (C) 2005-2007, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
@@ -41,7 +41,7 @@
*/
// application constants
-define('RCMAIL_VERSION', '0.1-20070428');
+define('RCMAIL_VERSION', '0.1-20070517');
define('RCMAIL_CHARSET', 'UTF-8');
define('JS_OBJECT_NAME', 'rcmail');