From 69260e86b7b66e5c33466626760b0430e07defa4 Mon Sep 17 00:00:00 2001 From: Al Brookbanks Date: Thu, 21 Jan 2016 09:06:32 +0000 Subject: [PATCH] Added 6.0.10 version tag. --- ini.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ini.inc.php b/ini.inc.php index f7f61ae1f..f1fb2d505 100755 --- a/ini.inc.php +++ b/ini.inc.php @@ -65,7 +65,7 @@ } /************* CUBECART SPECIFIC SETTINGS *************/ -define('CC_VERSION', '6.0.9'); // Version Number +define('CC_VERSION', '6.0.10'); // 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);