added SohoLaunch

This commit is contained in:
Palma Solutions LTD 2018-05-05 08:53:22 +02:00
parent 8a3fab59c9
commit a97cfaa717

View File

@ -220,7 +220,8 @@ $versiondouble = array (
array("Joomla 1.6/1.7", "/libraries/cms/version.php", "\$RELEASE =", "\$DEV_LEVEL ="), array("Joomla 1.6/1.7", "/libraries/cms/version.php", "\$RELEASE =", "\$DEV_LEVEL ="),
array("Joomla 2.5/3.x", "/libraries/cms/version/version.php", "\$RELEASE =", "\$DEV_LEVEL ="), array("Joomla 2.5/3.x", "/libraries/cms/version/version.php", "\$RELEASE =", "\$DEV_LEVEL ="),
array("Joomla 3.5+", "/libraries/cms/version/version.php", "const RELEASE =", "const DEV_LEVEL ="), array("Joomla 3.5+", "/libraries/cms/version/version.php", "const RELEASE =", "const DEV_LEVEL ="),
array("CS-Cart", "config.php", "define('PRODUCT_NAME',", "define('PRODUCT_VERSION',"), array("CS-Cart", "/config.php", "define('PRODUCT_NAME',", "define('PRODUCT_VERSION',"),
array("SohoLaunch", "/version.php", "## Soholaunch(R)", "## Version"),
); );