From 2fc16186ff1d30418f866f0ee3ac33a9f4748e79 Mon Sep 17 00:00:00 2001 From: Al Brookbanks Date: Mon, 13 Feb 2017 10:17:48 +0000 Subject: [PATCH] Added v6.1.5 version tag --- ini.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ini.inc.php b/ini.inc.php index 0d4c47fea..5ac54a4bf 100755 --- a/ini.inc.php +++ b/ini.inc.php @@ -50,7 +50,7 @@ } /************* CUBECART SPECIFIC SETTINGS *************/ -define('CC_VERSION', '6.1.4'); // Version Number +define('CC_VERSION', '6.1.5'); // Version Number define('CC_INI_SET', true); // Stop includes and the like from being executed on their own define('CC_DS', DIRECTORY_SEPARATOR); // Depreciated but kept for backward compatibility define('CC_PS', PATH_SEPARATOR);