summaryrefslogtreecommitdiffstats
path: root/system/core/CodeIgniter.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-10-31 18:30:41 +0100
committerAndrey Andreev <narf@devilix.net>2015-10-31 18:30:41 +0100
commit0abc55a22535586929fb146a81d1cee68dbccd10 (patch)
tree74da8cb615aec63817928591e61872b6242292a5 /system/core/CodeIgniter.php
parentf8deea583f0cb68a83a44d361c0db3c86f387f95 (diff)
[ci skip] Update changelog, version & upgrade instructions
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 8cea813a2..5080dc6d1 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-dev');
+ define('CI_VERSION', '3.0.3');
/*
* ------------------------------------------------------