diff options
author | thomascube <thomas@roundcube.net> | 2008-03-03 21:42:28 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-03-03 21:42:28 +0000 |
commit | 73fef99d2c6463c8569b5114c2e725240b7b52e9 (patch) | |
tree | 6726332c9fe3c9ce27d00fc34ee9d5739204699a /index.php | |
parent | cd2d04066a2e024e599a452f136c40f81b193640 (diff) |
Alter README and version strings
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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'); |