diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-01-09 11:20:42 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-01-09 11:20:42 (GMT) |
commit | a4392a449e2d97b6cf9ecc604429732a05f6e460 (patch) | |
tree | 4a69ffe1362e4b27b8f00340ba01c476c61ca25a | |
parent | 6bf0706c74e340aed8767f1a6b13674b7681a35c (diff) | |
download | iRony-a4392a449e2d97b6cf9ecc604429732a05f6e460.tar.gz |
Bump version to 0.2.6iRony-0.2.6
-rw-r--r-- | public_html/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public_html/index.php b/public_html/index.php index b076c43..9b4cba4 100644 --- a/public_html/index.php +++ b/public_html/index.php @@ -5,7 +5,7 @@ * * This is the public API to provide *DAV-based access to the Kolab Groupware backend * - * @version 0.2.5 + * @version 0.2.6 * @author Thomas Bruederli <bruederli@kolabsys.com> * * Copyright (C) 2013-2014, Kolab Systems AG <contact@kolabsys.com> @@ -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.5'); +define('KOLAB_DAV_VERSION', '0.2.6'); define('KOLAB_DAV_START', microtime(true)); define('RCUBE_INSTALL_PATH', KOLAB_DAV_ROOT . '/'); |