From 527444f4c3961696b77e476aac89435405b9d35c Mon Sep 17 00:00:00 2001 From: Al Brookbanks Date: Mon, 30 Oct 2023 10:07:43 +0000 Subject: [PATCH] Updated version tag --- ini.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ini.inc.php b/ini.inc.php index 440a4e73b..3109c002c 100755 --- a/ini.inc.php +++ b/ini.inc.php @@ -50,7 +50,7 @@ } /************* CUBECART SPECIFIC SETTINGS *************/ -define('CC_VERSION', '6.5.2'); // Version Number +define('CC_VERSION', '6.5.3'); // Version Number define('CC_INI_SET', true); // Stop includes and the like from being executed on their own define('CC_DS', DIRECTORY_SEPARATOR); // Deprecated but kept for backward compatibility define('CC_PS', PATH_SEPARATOR);