diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-08-13 19:31:22 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-08-13 19:31:22 +0200 |
commit | 4c76272593d82f45761c24917e69b42983f26171 (patch) | |
tree | 46680b0ae0409d63601562ba1ab89a9bbe4a6adb | |
parent | 9d887b32a1fe998cbb0307a5e678ac3ba5076a1e (diff) |
Bumped the version number. Can somebody with a working find and replace fix up the docs?
-rw-r--r-- | system/core/CodeIgniter.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php index 03b25ab9e..94fecb5c0 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'); /* * ------------------------------------------------------ |