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 | |
parent | 05b5f969d5c10850291ae413b89461ca1f6bcc5d (diff) |
Bump version for next release
-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.0 | + | Version 0.9.1 | | | | Copyright (C) 2005-2013, The Roundcube Dev Team | | | 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')) { |