summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-08-05 14:17:15 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-08-05 14:17:15 +0200
commit056a8b7174a1ee9f117b956088973c6dd0e8997d (patch)
tree7df52c3e51d3d4bc941607d3f637233ed47817b0
parentf42134f815a9238b00dadb6e5a025f3371c48737 (diff)
We're moving towards a stable release
-rw-r--r--README.md8
-rw-r--r--index.php2
-rw-r--r--program/include/iniset.php2
3 files changed, 2 insertions, 10 deletions
diff --git a/README.md b/README.md
index 621e23818..b6c381185 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/index.php b/index.php
index f67671220..ab094dfaf 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
/*
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
- | Version 0.8-rc |
+ | Version 0.8.0 |
| |
| Copyright (C) 2005-2012, The Roundcube Dev Team |
| |
diff --git a/program/include/iniset.php b/program/include/iniset.php
index b5edeeb18..77ac26b71 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -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));