summaryrefslogtreecommitdiffstats
path: root/system/core/CodeIgniter.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-04-01 13:51:47 +0200
committerAndrey Andreev <narf@devilix.net>2015-04-01 13:51:47 +0200
commitd75847ecf28bdbad7033af33514d042ee86c13c2 (patch)
treef827ec83034015d8c7129ddb105ddbff5f717a64 /system/core/CodeIgniter.php
parent68bad62fc4d88b6423bd15ab94a53c54a919f041 (diff)
[ci skip] Update version numbers
Diffstat (limited to 'system/core/CodeIgniter.php')
-rw-r--r--system/core/CodeIgniter.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php
index b38166b60..ddf322749 100644
--- a/system/core/CodeIgniter.php
+++ b/system/core/CodeIgniter.php
@@ -55,7 +55,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
* @var string
*
*/
- define('CI_VERSION', '3.0.0');
+ define('CI_VERSION', '3.0.1-dev');
/*
* ------------------------------------------------------