summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-06-27 02:19:11 +0200
committerDerek Allard <derek.allard@ellislab.com>2008-06-27 02:19:11 +0200
commita145e9204a29c8965c7440435f599263e418bb77 (patch)
treea966141a395c20c62e9041496392e1129053c775
parentff845f94cc8876bc6c23c2f55b695bc569038512 (diff)
bump CI_VERSION to 1.6.3
-rw-r--r--system/codeigniter/CodeIgniter.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/codeigniter/CodeIgniter.php b/system/codeigniter/CodeIgniter.php
index 74e5e8b44..39b593d82 100644
--- a/system/codeigniter/CodeIgniter.php
+++ b/system/codeigniter/CodeIgniter.php
@@ -28,7 +28,7 @@
*/
// CI Version
-define('CI_VERSION', '1.6.2');
+define('CI_VERSION', '1.6.3');
/*
* ------------------------------------------------------