summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-11-14 10:43:09 +0100
committerThomas Bruederli <thomas@roundcube.net>2012-11-14 10:43:09 +0100
commit76cee1c4e18e518888ddac2c038ed49535ed846c (patch)
tree340dacebfcea4ba6b3cbc6cec803c3d3c4386f1d
parent289b000d2505876913179f5c4b99d3da9a0b9ef4 (diff)
Bump version to 0.8.4
-rw-r--r--index.php2
-rw-r--r--program/include/iniset.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index ef589bb6b..30ade93fc 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
/*
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
- | Version 0.8.3 |
+ | Version 0.8.4 |
| |
| Copyright (C) 2005-2012, The Roundcube Dev Team |
| |
diff --git a/program/include/iniset.php b/program/include/iniset.php
index 3809479ff..0e3b5a14a 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.3');
+define('RCMAIL_VERSION', '0.8.4');
define('RCMAIL_CHARSET', 'UTF-8');
define('JS_OBJECT_NAME', 'rcmail');
define('RCMAIL_START', microtime(true));