diff --git a/ini.inc.php b/ini.inc.php index ee873f478..eb49f05a8 100755 --- a/ini.inc.php +++ b/ini.inc.php @@ -51,7 +51,7 @@ } /************* CUBECART SPECIFIC SETTINGS *************/ -define('CC_VERSION', '6.2.1'); // Version Number +define('CC_VERSION', '6.2.2'); // 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);