summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-03-03 21:42:28 +0000
committerthomascube <thomas@roundcube.net>2008-03-03 21:42:28 +0000
commit73fef99d2c6463c8569b5114c2e725240b7b52e9 (patch)
tree6726332c9fe3c9ce27d00fc34ee9d5739204699a /index.php
parentcd2d04066a2e024e599a452f136c40f81b193640 (diff)
Alter README and version strings
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 c5cd6ff42..af523a0b8 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
/*
+-----------------------------------------------------------------------+
| RoundCube Webmail IMAP Client |
- | Version 0.1-20080302 |
+ | Version 0.1-stable |
| |
| Copyright (C) 2005-2007, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
@@ -41,7 +41,7 @@
*/
// application constants
-define('RCMAIL_VERSION', '0.1-trunk');
+define('RCMAIL_VERSION', '0.1');
define('RCMAIL_CHARSET', 'UTF-8');
define('JS_OBJECT_NAME', 'rcmail');