diff options
author | Thomas Bruederli <bruederli@kolabsys.com> | 2013-04-15 16:54:36 +0200 |
---|---|---|
committer | Thomas Bruederli <bruederli@kolabsys.com> | 2013-04-15 16:54:36 +0200 |
commit | a7db8f93ef4824ead7b646fa8543940c4adf5d55 (patch) | |
tree | 63e820cbd9ac52ad066b0bb438bfa397eda90672 /program | |
parent | d83e12a62062b6b37040c4a2c05bc83a7088cf81 (diff) |
Bump version to 0.9-stablev0.9.0
Diffstat (limited to 'program')
-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 80d325233..c2efe01ee 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -21,7 +21,7 @@ */ // application constants -define('RCMAIL_VERSION', '0.9-rc'); +define('RCMAIL_VERSION', '0.9.0'); define('RCMAIL_START', microtime(true)); $config = array( |