I have routed about, evenb in the linux folders..

how do I find out what version of drupal, I am running?

N

Comments

pbarnett’s picture

Hi.

check CHANGELOG.txt in your Drupal root directory...

Pete.

enterprisereview’s picture

Thanks, this will be usefull for anyone else reading, cos I doubt theirs is missing.. however, for some reason, My changelog file is missing.. is there another way?

N

skizzo’s picture

enterprisereview’s picture

No version on that page??

where should i be looking?!

john morahan’s picture

The version number is displayed on that page since Drupal 5.0. If it's not there, you have an older version.

Have a look in the system.module file in your modules directory, it probably has the version number at the top.

enterprisereview’s picture

must be 4, as the version is not in that opage..

nor is it in the system.module, but Knowing its 4.xxxxx is enough!!

Thanks...

N

enterprisereview’s picture

No version on that page??

where should i be looking?!

sepeck’s picture

Version numbers, policies and which version you should use

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide

sepeck’s picture

a href="http://drupal.org/handbook/version-info">Version numbers, policies and which version you should use

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide

jerdiggity’s picture

I know this is an old post, but it appeared at the top of my Google search results so I assume some people still look at it...

Another way to get the version number (using PHP code) is simply:

  print VERSION;

---
Yo that's shizzle.

vickey’s picture

Please use the following format link to check version

http://your-website-url/CHANGELOG.txt

eg :
http://drupal.org/CHANGELOG.txt

hihu’s picture

https://www.drupal.org/node/139617#comment-11941607
i just reply somebody else, just follow the above link

Tronux’s picture

For Drupal 8: \DRUPAL::VERSION