summaryrefslogtreecommitdiffstats
path: root/system/core/CodeIgniter.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-11-04 14:40:55 +0100
committerAndrey Andreev <narf@devilix.net>2015-11-04 14:40:55 +0100
commitab3c383fb3535e55253271f210870cd9361d94c9 (patch)
treeee98e589deaaacb1c1386c28d4350bbf91e6bff0 /system/core/CodeIgniter.php
parent2cef9ba1fbd67ae423333f824a89ef0c77667224 (diff)
[ci skip] Start of 3.0.4 development
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 5080dc6d1..79a23c4ca 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.3');
+ define('CI_VERSION', '3.0.4-dev');
/*
* ------------------------------------------------------