summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2011-08-13 19:31:22 +0200
committerPhil Sturgeon <email@philsturgeon.co.uk>2011-08-13 19:31:22 +0200
commit4c76272593d82f45761c24917e69b42983f26171 (patch)
tree46680b0ae0409d63601562ba1ab89a9bbe4a6adb /system
parent9d887b32a1fe998cbb0307a5e678ac3ba5076a1e (diff)
Bumped the version number. Can somebody with a working find and replace fix up the docs?
Diffstat (limited to 'system')
-rw-r--r--system/core/CodeIgniter.php2
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');
/*
* ------------------------------------------------------