From 29b1aa587497c075bd276e0d5f8f8aa8059ad645 Mon Sep 17 00:00:00 2001 From: Al Brookbanks Date: Wed, 4 Jan 2023 12:48:37 +0000 Subject: [PATCH] 6.4.9 version tag --- ini.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ini.inc.php b/ini.inc.php index 5d56161fe..3a19a26db 100755 --- a/ini.inc.php +++ b/ini.inc.php @@ -50,7 +50,7 @@ } /************* CUBECART SPECIFIC SETTINGS *************/ -define('CC_VERSION', '6.4.8'); // Version Number +define('CC_VERSION', '6.4.9'); // 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);