summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-05-15 23:12:08 +0200
committerThomas Bruederli <thomas@roundcube.net>2013-05-15 23:12:08 +0200
commit917f5e9eb1ed4d529b925ffa78dc793290ed31aa (patch)
treeffdcc3a85ffcd5afcbda0f739ccecf14062bcd48
parent05b5f969d5c10850291ae413b89461ca1f6bcc5d (diff)
Bump version for next release
-rw-r--r--index.php2
-rw-r--r--program/include/iniset.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index ae6a91ff9..6f9b83f49 100644
--- a/index.php
+++ b/index.php
@@ -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')) {