0

How can I find out what version of PyroCMS do I have installed on the server?

zwolin
  • 974
  • 3
  • 9
  • 19

2 Answers2

3

Go to your admin panel and look at the bottom as shown in screenshot --

enter image description here

EDIT

Check for the README.md file and look at the version --

# PyroCMS Community Edition

* [Website](http://pyrocms.com/)
* [Documentation](http://pyrocms.com/docs)
* [License](http://pyrocms.com/legal/license)
* [Forums](http://pyrocms.com/forums)
* Version: 2.0.1
swapnesh
  • 26,318
  • 22
  • 94
  • 126
  • Well it doesn't look like yours. Mine looks like this: [link](http://s14.postimage.org/ww0ntff81/stack.png) – zwolin Oct 10 '12 at 03:58
  • @zwolin then check if you have any README.md in your directory and look at the version then and lemme know then – swapnesh Oct 10 '12 at 04:04
  • 1
    Ha, fantastic, that was it! * Version: 2.0.0-RC1 Thank you very much swapnesh – zwolin Oct 10 '12 at 04:32
2

look in system/{cms|pyrocms|whatever}/config/constants.php there should be a version constant defined in there

Rares

Wowzaaa
  • 3,730
  • 4
  • 21
  • 23