summaryrefslogtreecommitdiffstats
path: root/system/core
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2012-05-17 15:45:25 +0200
committerPhil Sturgeon <email@philsturgeon.co.uk>2012-05-17 15:45:25 +0200
commit324ef078dda5a3596444152ba49dd591a61adba6 (patch)
treebd7ae7ad33977cf04cd44a735ccc1465ab7b4ffc /system/core
parent9394f8040ee989e2dfeec42732bc06e52c5ee0c6 (diff)
Added upgrade for 2.1.1 and updated version.
Diffstat (limited to 'system/core')
-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 db1aee574..ec7294102 100755
--- a/system/core/CodeIgniter.php
+++ b/system/core/CodeIgniter.php
@@ -33,7 +33,7 @@
* @var string
*
*/
- define('CI_VERSION', '2.1.0');
+ define('CI_VERSION', '2.1.1');
/**
* CodeIgniter Branch (Core = TRUE, Reactor = FALSE)