diff options
author | Thomas Bruederli <bruederli@kolabsys.com> | 2013-02-10 16:35:01 +0100 |
---|---|---|
committer | Thomas Bruederli <bruederli@kolabsys.com> | 2013-02-10 16:35:01 +0100 |
commit | 4279dd18eec644a3ee223c029d86692f2f2f3ce8 (patch) | |
tree | eef8c0676e08b768c6ee5fcdc394fd689ee8e75c | |
parent | 6b5e31f0afb393397c20b03c312a8357dc472692 (diff) |
Bump version to 0.9-rc
-rw-r--r-- | index.php | 2 | ||||
-rw-r--r-- | program/include/iniset.php | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ /* +-------------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | - | Version 0.9-beta | + | Version 0.9-rc | | | | Copyright (C) 2005-2013, The Roundcube Dev Team | | | diff --git a/program/include/iniset.php b/program/include/iniset.php index c166c575c..80d325233 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -21,7 +21,7 @@ */ // application constants -define('RCMAIL_VERSION', '0.9-beta'); +define('RCMAIL_VERSION', '0.9-rc'); define('RCMAIL_START', microtime(true)); $config = array( |