commit | bfbcf74c94a47c643420efaa342cc525bce2ad2c | [log] [tgz] |
---|---|---|
author | Greg Aker <greg.aker@ellislab.com> | Thu Apr 07 18:33:29 2011 -0500 |
committer | Greg Aker <greg.aker@ellislab.com> | Thu Apr 07 18:33:29 2011 -0500 |
tree | 75c5f85aacab1789d96eabd8e51f02ac19a308be | |
parent | 1f6f0abf0d17046a99fd9c9b3c60fb459b4531b1 [diff] [blame] |
Fix: #192 CI version constant incorrect in core/CodeIgniter
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php index f3e1439..e022e1b 100644 --- a/system/core/CodeIgniter.php +++ b/system/core/CodeIgniter.php
@@ -32,7 +32,7 @@ * Define the CodeIgniter Version * ------------------------------------------------------ */ - define('CI_VERSION', '2.0.1'); + define('CI_VERSION', '2.0.2'); /* * ------------------------------------------------------