diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-10-27 02:55:44 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-10-27 02:55:44 +0200 |
commit | 9c63d0bb34be4007178d5a7e46348d5e23fee3ff (patch) | |
tree | 1f6c624ba60a82344b2a612b77ad6d94d58c5c7a /system/core/CodeIgniter.php | |
parent | cfe49186f26cd7bb6410abd4f1069b49325dc0e9 (diff) |
Bumped CodeIgniter version to 2.1.0.
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 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) |