diff --git a/sc.php b/sc.php
index 663461e..c79b7ea 100644
--- a/sc.php
+++ b/sc.php
@@ -1619,6 +1619,9 @@ system("find ../ type f -path '*/lib/config.php' -exec grep -H \"define('PHPWIKI
echo $GLOBALS["red"] . $GLOBALS["br"] . "PixelPost
";
system("find ../ type f -path '*/includes/pixelpost.php' -exec grep -H 'Pixelpost version ' {} \;");
+
+echo $GLOBALS["red"] . $GLOBALS["br"] . "SquirrelCart
";
+system("find ../ type f -path '*/squirrelcart/functions/base/sc_version.func.php' -exec grep -HA1 'function sc_version() {' {} \;");
/*
PmWiki doesn't output the version properly for some reason and it will be checked later