diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-06-13 17:49:38 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-06-13 17:49:38 +0200 |
commit | 1f5557817f1739a26c03ec0efa76ccf5d0bff603 (patch) | |
tree | da8092196d540c0a6ccb5be5e21785d299727b37 /program/include/iniset.php | |
parent | b5c6850732d69f8a68dc05738acb55dffc03677a (diff) |
Update changelog + bump version number
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 ca17640e1..28a2b761b 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -21,7 +21,7 @@ */ // application constants -define('RCMAIL_VERSION', '0.9.1'); +define('RCMAIL_VERSION', '0.9.2'); define('RCMAIL_START', microtime(true)); if (!defined('INSTALL_PATH')) { |