commit | 4c76272593d82f45761c24917e69b42983f26171 | [log] [tgz] |
---|---|---|
author | Phil Sturgeon <email@philsturgeon.co.uk> | Sat Aug 13 11:31:22 2011 -0600 |
committer | Phil Sturgeon <email@philsturgeon.co.uk> | Sat Aug 13 11:31:22 2011 -0600 |
tree | 46680b0ae0409d63601562ba1ab89a9bbe4a6adb | |
parent | 9d887b32a1fe998cbb0307a5e678ac3ba5076a1e [diff] |
Bumped the version number. Can somebody with a working find and replace fix up the docs?
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php index 03b25ab..94fecb5 100644 --- a/system/core/CodeIgniter.php +++ b/system/core/CodeIgniter.php
@@ -32,7 +32,7 @@ * Define the CodeIgniter Version * ------------------------------------------------------ */ - define('CI_VERSION', '2.0.2'); + define('CI_VERSION', '2.0.3'); /* * ------------------------------------------------------