CodeIgniter Forums
How do I verify what version of CI I'm running - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: How do I verify what version of CI I'm running (/showthread.php?tid=32724)



How do I verify what version of CI I'm running - El Forum - 08-02-2010

[eluser]Nathan Pitman (Nine Four)[/eluser]
I've come back to my first CI project and I want to upgrade to the latest build before I start work. I don't seem to have made any note of what version of CI this project is using (doh). IS there any easy way for me to verify this via any file that should be included in the install? Smile


How do I verify what version of CI I'm running - El Forum - 08-02-2010

[eluser]WanWizard[/eluser]
Code:
echo CI_VERSION;



How do I verify what version of CI I'm running - El Forum - 08-02-2010

[eluser]Nathan Pitman (Nine Four)[/eluser]
Brill, see I knew I was being a muppet. Thanks, super easy! Smile