diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-08-13 19:57:46 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-08-13 19:57:46 +0200 |
commit | 770700933bd77910859a9dec26991f923382bc4c (patch) | |
tree | 0ec28af80e4d87e8bf4b85c7119a7f9caa7b8644 /system | |
parent | c5dccf70ef6d8420b0b858f36318fc4375b0e25d (diff) | |
parent | 4c76272593d82f45761c24917e69b42983f26171 (diff) |
Got changelog in sync with changes after v2.0.3 release branch merged a bunch of stuff. Anyone moving a develop change into v2.0.3 should move the changelog item too.
Diffstat (limited to 'system')
-rw-r--r-- | 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 b49449005..a8895d6a9 100644 --- a/system/core/CodeIgniter.php +++ b/system/core/CodeIgniter.php @@ -32,7 +32,7 @@ * Define the CodeIgniter Version * ------------------------------------------------------ */ - define('CI_VERSION', '2.0.2'); + define('CI_VERSION', '2.1.0-dev'); /* * ------------------------------------------------------ |