From a4392a449e2d97b6cf9ecc604429732a05f6e460 Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Thu, 9 Jan 2014 12:20:42 +0100 Subject: Bump version to 0.2.6 --- public_html/index.php | 4 ++-- 1 file 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 * * Copyright (C) 2013-2014, Kolab Systems AG @@ -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 . '/'); -- cgit v0.12