diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-02-11 15:36:31 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-02-11 15:36:31 (GMT) |
commit | dd1a36d33cb2544ab98b91a606342cfff8506c6d (patch) | |
tree | 31c386b117c5bbe400d5282c8323b03cb2c508dd | |
parent | 4f80d31abe01bb39cf4712d3175a3e22684e14c4 (diff) | |
download | iRony-dd1a36d33cb2544ab98b91a606342cfff8506c6d.tar.gz |
Bump version to 0.2.7iRony-0.2.7
-rw-r--r-- | public_html/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public_html/index.php b/public_html/index.php index 9b4cba4..e280e4a 100644 --- a/public_html/index.php +++ b/public_html/index.php @@ -26,7 +26,7 @@ // define some environment variables used throughout the app and libraries define('KOLAB_DAV_ROOT', realpath('../')); -define('KOLAB_DAV_VERSION', '0.2.6'); +define('KOLAB_DAV_VERSION', '0.2.7'); define('KOLAB_DAV_START', microtime(true)); define('RCUBE_INSTALL_PATH', KOLAB_DAV_ROOT . '/'); |