summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorEric Barnes <eric@ericlbarnes.com>2011-08-26 20:42:52 +0200
committerEric Barnes <eric@ericlbarnes.com>2011-08-26 20:42:52 +0200
commitb183ece10dcde599c04af412f0f5c1c776ed29d8 (patch)
tree64f49bddb2b065f048664aed46ee7766d876fa9f /system
parent99623679c7a77e579cbb87e7257908474a3e16ac (diff)
Changed CI_VERSION to represent develop branch
Diffstat (limited to 'system')
-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 0a1391d18..aca4fb23c 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-dev');
/**
* CodeIgniter Branch (Core = TRUE, Reactor = FALSE)