diff options
author | thomascube <thomas@roundcube.net> | 2012-04-13 12:25:46 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-04-13 12:25:46 +0000 |
commit | 9456eacbec25fac99d0b13f574aa45575a44b27b (patch) | |
tree | c7e595510be50e781c94a1195c898a2cde95078e /program/include/iniset.php | |
parent | d5520d1f47cd66387eccd1b9c5c4751cb9a8ba9a (diff) |
cleanup release branch; update versions
Diffstat (limited to 'program/include/iniset.php')
-rw-r--r-- | program/include/iniset.php | 2 |
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)); |