Deleting magento cache:
You may safely delete the content of var/cache/* and var/session/* or use the “Refresh Cache” functionality within the Admin.
To determine magento version:
include ‘app/Mage.php’;
php > echo Mage::getVersion();
1.6.2.0
php >exit();