diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-11-01 12:46:49 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-11-01 12:46:49 (GMT) |
commit | c7847ff39c775e6f2dc6ae8b0c6ee9f0d5904269 (patch) | |
tree | 193333ea1b54dcf894d90709e1c3b096043c18e3 | |
parent | db03abb6bb5ff641191dfd3cf113ad5f5e4a4f41 (diff) | |
download | iRony-c7847ff39c775e6f2dc6ae8b0c6ee9f0d5904269.tar.gz |
Bump version to 0.2.4iRony-0.2.4
-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 9599e00..64f02ea 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.3'); +define('KOLAB_DAV_VERSION', '0.2.4'); define('KOLAB_DAV_START', microtime(true)); define('RCUBE_INSTALL_PATH', KOLAB_DAV_ROOT . '/'); |