CodeIgniter Forums
How to know the version - 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 to know the version (/showthread.php?tid=43441)



How to know the version - El Forum - 07-11-2011

[eluser]Unknown[/eluser]
Sorry form my bad english but i must know the actual version of my codeIgniter, how i can do it?
Thanks


How to know the version - El Forum - 07-11-2011

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



How to know the version - El Forum - 07-11-2011

[eluser]John_Betong_002[/eluser]
Is the Reactor CI_VERSION always 2.0.2 and does it have a build version such as CI_BUILD?