We're moving towards a stable release

pull/20/head
Thomas Bruederli 12 years ago
parent f42134f815
commit 056a8b7174

@ -3,14 +3,6 @@ Roundcube Webmail
[roundcube.net](http://roundcube.net)
ATTENTION
---------
This is just a snapshot from the GIT repository and is **NOT A STABLE
version of Roundcube**. It's not recommended to replace an existing installation
of Roundcube with this version. Also using a separate database for this
installation is highly recommended.
INTRODUCTION
------------
Roundcube Webmail is a browser-based multilingual IMAP client with an

@ -2,7 +2,7 @@
/*
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
| Version 0.8-rc |
| Version 0.8.0 |
| |
| Copyright (C) 2005-2012, The Roundcube Dev Team |
| |

@ -42,7 +42,7 @@ foreach ($config as $optname => $optval) {
}
// application constants
define('RCMAIL_VERSION', '0.8-rc');
define('RCMAIL_VERSION', '0.8.0');
define('RCMAIL_CHARSET', 'UTF-8');
define('JS_OBJECT_NAME', 'rcmail');
define('RCMAIL_START', microtime(true));

Loading…
Cancel
Save