diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-05-15 23:12:08 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-05-15 23:12:08 +0200 |
commit | 917f5e9eb1ed4d529b925ffa78dc793290ed31aa (patch) | |
tree | ffdcc3a85ffcd5afcbda0f739ccecf14062bcd48 /program/include/iniset.php | |
parent | 05b5f969d5c10850291ae413b89461ca1f6bcc5d (diff) |
Bump version for next release
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 d69d320af..ca17640e1 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -21,7 +21,7 @@ */ // application constants -define('RCMAIL_VERSION', '0.9.0'); +define('RCMAIL_VERSION', '0.9.1'); define('RCMAIL_START', microtime(true)); if (!defined('INSTALL_PATH')) { |