summaryrefslogtreecommitdiff
path: root/program
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2012-04-13 12:25:46 +0000
committerthomascube <thomas@roundcube.net>2012-04-13 12:25:46 +0000
commit9456eacbec25fac99d0b13f574aa45575a44b27b (patch)
treec7e595510be50e781c94a1195c898a2cde95078e /program
parentd5520d1f47cd66387eccd1b9c5c4751cb9a8ba9a (diff)
cleanup release branch; update versions
Diffstat (limited to 'program')
-rw-r--r--program/include/iniset.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/iniset.php b/program/include/iniset.php
index 5feca7d9c..a54cf45a7 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -40,7 +40,7 @@ foreach ($crit_opts as $optname => $optval) {
}
// application constants
-define('RCMAIL_VERSION', '0.8-svn');
+define('RCMAIL_VERSION', '0.8-rc');
define('RCMAIL_CHARSET', 'UTF-8');
define('JS_OBJECT_NAME', 'rcmail');
define('RCMAIL_START', microtime(true));