diff --git a/cms-ver.php b/cms-ver.php index 0037c2a..cf00966 100644 --- a/cms-ver.php +++ b/cms-ver.php @@ -297,6 +297,7 @@ foreach(glob("../".$raw[1], GLOB_BRACE) as $versionfiles) { array("Magento", "/app/Mage.php", "'major' =>", "'minor' =>", "'revision' =>", ""), array("AbanteCart", "/core/version.php", "define('MASTER_VERSION',", "define('MINOR_VERSION',", "define('VERSION_BUILT',", ""), array("DotProj", "/includes/version.php", "\$dp_version_major", "\$dp_version_minor", "\$dp_version_patch", ""), + array("web2project", "/includes/version.php", "\$w2p_version_major =", "\$w2p_version_minor =", "\$w2p_version_patch =", "EOL") ); diff --git a/cms-vss.php b/cms-vss.php index 681c28b..9d07099 100644 --- a/cms-vss.php +++ b/cms-vss.php @@ -313,7 +313,7 @@ foreach(glob("/home/".$argv[1]."/public_html/{**/*,*}".$raw[1], GLOB_BRACE) as $ array("Magento", "/app/Mage.php", "'major' =>", "'minor' =>", "'revision' =>", ""), array("AbanteCart", "/core/version.php", "define('MASTER_VERSION',", "define('MINOR_VERSION',", "define('VERSION_BUILT',", ""), array("DotProj", "/includes/version.php", "\$dp_version_major", "\$dp_version_minor", "\$dp_version_patch", ""), - + array("web2project", "/includes/version.php", "\$w2p_version_major =", "\$w2p_version_minor =", "\$w2p_version_patch =", "EOL") ); foreach($versiontriple as $rxw){