How to find Drupal version

Try to find out the version using commands below:

cat CHANGELOG.txt | head -n 2
grep VERSION ./includes/bootstrap.inc
cat core/lib/Drupal.php |grep VERSION

MySQL command line:

select name,type,info from system where type = 'module' and name = 'node';

 

Similar Posts:

Leave a Reply

Your email address will not be published. Required fields are marked *