diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-06-13 18:38:24 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-06-13 18:38:24 +0200 |
commit | 0eebc808cb298cdc6cd81be93de306a44c523e75 (patch) | |
tree | 837a7f92cead194db5892c61a45eca164e5af60e /system/core/CodeIgniter.php | |
parent | b55050962bb731d1a99430cd37953e55434236a9 (diff) | |
parent | 686ff126762c0923556036a3cf73abb9390a7e67 (diff) |
Fixed conflicts between git flow 2.1.1 and non-flow 2.1.1
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 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) |