diff options
author | thomascube <thomas@roundcube.net> | 2007-10-20 21:51:51 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-10-20 21:51:51 +0000 |
commit | 511c02f589b7860066b6e8e8385e22c9fe5db9a8 (patch) | |
tree | 295283f5fbe1e2295a601cb93f62745f18daa51f | |
parent | 5f6c93c6693c671c8899c3a888bc2f4311a456e5 (diff) |
Update version info
-rw-r--r-- | index.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ /* +-----------------------------------------------------------------------+ | RoundCube Webmail IMAP Client | - | Version 0.1-20071017 | + | Version 0.1-rc2 | | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | | Licensed under the GNU GPL | @@ -41,7 +41,7 @@ */ // application constants -define('RCMAIL_VERSION', '0.1-20071017'); +define('RCMAIL_VERSION', '0.1-rc2'); define('RCMAIL_CHARSET', 'UTF-8'); define('JS_OBJECT_NAME', 'rcmail'); |