summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-02-12 05:18:49 +0100
committerDerek Allard <derek.allard@ellislab.com>2008-02-12 05:18:49 +0100
commit26b63aab0639318cb2216363de175c4f00f208a4 (patch)
tree719794a39e4cb986dc7b0bfc891e4875f9744668 /system
parent466039ab97e67a23168798731084d4127c7f30a1 (diff)
change 1.6.1 to 1.6.0.1
Diffstat (limited to 'system')
-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 8f9dbdf64..72b4b7ed5 100644
--- a/system/codeigniter/CodeIgniter.php
+++ b/system/codeigniter/CodeIgniter.php
@@ -28,7 +28,7 @@
*/
// CI Version
-define('CI_VERSION', '1.6.1');
+define('CI_VERSION', '1.6.0.1');
/*
* ------------------------------------------------------