Welcome Guest, Not a member yet? Register   Sign In
How can I determine which version of CodeIgniter I have installed?
#1

[eluser]RickRobinson[/eluser]
It is time for some maintenance updates but I'm not sure where I'm starting from...
#2

[eluser]Derek Allard[/eluser]
Hey Rick.

Code:
echo CI_VERSION;

The code for it is in system/codeigniter/codeigniter.php You'll find
Code:
define('CI_VERSION',    '1.5.4');
#3

[eluser]RickRobinson[/eluser]
Cool. I found
Code:
define('APPVER', '1.5.2');
in CodeIgniter.php. That's what I needed.
#4

[eluser]Derek Allard[/eluser]
Ah yeah, I changed that to CI_VERSION when we released 1.5.4. Good catch Rick.
#5

[eluser]Michael Wales[/eluser]
Speaking of which - the 1.5.4 documentation has 1.5.3 in the header Sad
#6

[eluser]Derek Allard[/eluser]
How do you mean Michael? Could I get you to post a screenshot? Here's what I see.




Theme © iAndrew 2016 - Forum software by © MyBB