diff options
author | Andrey Andreev <narf@devilix.net> | 2014-06-06 12:59:30 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-06-06 12:59:30 +0200 |
commit | 37df6fa88ec63bffa5545bdc3b3c7c3801c9b635 (patch) | |
tree | 4b9ff4871dd1a15f18e588d9a15db22020305f21 /system/core/CodeIgniter.php | |
parent | 0d0376807ffe27f08bfe36149ec732d84f05762c (diff) |
Update CI_VERSION
Diffstat (limited to 'system/core/CodeIgniter.php')
-rwxr-xr-x | 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 ad2cadd96..34078174a 100755 --- a/system/core/CodeIgniter.php +++ b/system/core/CodeIgniter.php @@ -33,7 +33,7 @@ * @var string * */ - define('CI_VERSION', '2.1.4'); + define('CI_VERSION', '2.2.0'); /** * CodeIgniter Branch (Core = TRUE, Reactor = FALSE) |