Hi!
I'm trying to upgrade a site from 4.x to 5.7 - but I don't know how to determine which version it is. I'd like to get it to 4.7.x before converting it to 5.7, knowing that during the 4.x upgrades they still made database structure changes within the versions.
Is there a relatively easy way to determine the version so I can apply the appropriate upgrades?
Thanks.







changelog
There should be a file called CHANGELOG.txt that will tell you what version of drupal you are running in the root directory. Is that there and does that tell you?
Matt Farina
Geeks and God Co-Host
www.innovatingtomorrow.net
www.mattfarina.com
Bingo!
found CHANGELOG.txt in a readme sub-directory!
if anybody cares, it's 4.6.3 :)
Thanks!