summaryrefslogtreecommitdiffstats
path: root/system/core/CodeIgniter.php
diff options
context:
space:
mode:
authorWes Baker <wes@wesbaker.com>2013-07-08 23:22:21 +0200
committerWes Baker <wes@wesbaker.com>2013-07-08 23:22:21 +0200
commitc5f99fdcc5c4a918b5b8fe3ddbd56ab25ad1c22b (patch)
tree9078f2e847bee8adab51598e6a3e08e6e325dc38 /system/core/CodeIgniter.php
parent4c866e0b911fcc82cf49b317178788ce3c319bd4 (diff)
Updating User Guide for 2.1.4.
Diffstat (limited to 'system/core/CodeIgniter.php')
-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 c16c79c09..e0819c801 100755
--- a/system/core/CodeIgniter.php
+++ b/system/core/CodeIgniter.php
@@ -33,7 +33,7 @@
* @var string
*
*/
- define('CI_VERSION', '2.1.3');
+ define('CI_VERSION', '2.1.4');
/**
* CodeIgniter Branch (Core = TRUE, Reactor = FALSE)