summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2011-10-27 02:55:44 +0200
committerPhil Sturgeon <email@philsturgeon.co.uk>2011-10-27 02:55:44 +0200
commit9c63d0bb34be4007178d5a7e46348d5e23fee3ff (patch)
tree1f6c624ba60a82344b2a612b77ad6d94d58c5c7a /system
parentcfe49186f26cd7bb6410abd4f1069b49325dc0e9 (diff)
Bumped CodeIgniter version to 2.1.0.
Diffstat (limited to 'system')
-rwxr-xr-xsystem/core/CodeIgniter.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php
index 0a1391d18..d9977e1ca 100755
--- a/system/core/CodeIgniter.php
+++ b/system/core/CodeIgniter.php
@@ -39,7 +39,7 @@
* @var string
*
*/
- define('CI_VERSION', '2.0.2');
+ define('CI_VERSION', '2.1.0');
/**
* CodeIgniter Branch (Core = TRUE, Reactor = FALSE)