From 72e5c294a0add9876ed514eb275f94c1ba6b939b Mon Sep 17 00:00:00 2001 From: Al Brookbanks Date: Thu, 8 Jan 2015 18:21:56 +0000 Subject: [PATCH] Added 5.2.16 version tag --- ini.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ini.inc.php b/ini.inc.php index aa461c1..2266368 100755 --- a/ini.inc.php +++ b/ini.inc.php @@ -68,7 +68,7 @@ } /************* CUBECART SPECIFIC SETTINGS *************/ -define('CC_VERSION', '5.2.15'); // Version Number +define('CC_VERSION', '5.2.16'); // Version Number define('CC_INI_SET', true); // Stop includes and the like from being executed on their own define('CC_DS', DIRECTORY_SEPARATOR); // Directory separators as shorter constants define('CC_PS', PATH_SEPARATOR);