From 0fb80045dd5f1bc79e97c0b4fb044625b5ce7605 Mon Sep 17 00:00:00 2001 From: BafS Date: Wed, 3 Aug 2016 17:27:01 +0200 Subject: [PATCH] Update version number --- index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.php b/index.php index f40995a..daccf02 100644 --- a/index.php +++ b/index.php @@ -24,11 +24,10 @@ // Static define('_UPLOADS_', _STATIC_ . 'files/'); -define('_COMPONENTS_', _STATIC_ . 'components/'); define('_BIN_', _APP_ . 'bin/'); define('_THEMES_', _RESOURCE_ROOT_ . 'themes/'); define('_PLUGINS_', _RESOURCE_ROOT_ . 'plugins/'); -define('_VERSION_', '0.7.2'); +define('_VERSION_', '0.7.3'); require_once _APP_ . 'bootstrap.php';