Bump versions to 0.6 stable

release-0.6
thomascube 13 years ago
parent c1e07e11f0
commit 63d6e6dfc3

@ -2,7 +2,7 @@
/* /*
+-------------------------------------------------------------------------+ +-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client | | Roundcube Webmail IMAP Client |
| Version 0.6-beta | | Version 0.6 |
| | | |
| Copyright (C) 2005-2011, The Roundcube Dev Team | | Copyright (C) 2005-2011, The Roundcube Dev Team |
| | | |

@ -37,7 +37,7 @@ foreach ($crit_opts as $optname => $optval) {
} }
// application constants // application constants
define('RCMAIL_VERSION', '0.6-beta'); define('RCMAIL_VERSION', '0.6');
define('RCMAIL_CHARSET', 'UTF-8'); define('RCMAIL_CHARSET', 'UTF-8');
define('JS_OBJECT_NAME', 'rcmail'); define('JS_OBJECT_NAME', 'rcmail');
define('RCMAIL_START', microtime(true)); define('RCMAIL_START', microtime(true));

Loading…
Cancel
Save