summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2011-03-09 17:42:07 +0100
committerPhil Sturgeon <email@philsturgeon.co.uk>2011-03-09 17:42:07 +0100
commit09380594534d4dd2669e2894aa390582a2bc121d (patch)
tree83f9337be7e30bac43b3124a727cf33a7ff44d54 /system
parent93ca71552d9a3e28eeaa00dd10755d20b2cbf32e (diff)
Added 2.0.1 upgrade guide and changed the constants ready.
Diffstat (limited to 'system')
-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 6ac333a52..99c261e74 100644
--- a/system/core/CodeIgniter.php
+++ b/system/core/CodeIgniter.php
@@ -32,7 +32,7 @@
* Define the CodeIgniter Version
* ------------------------------------------------------
*/
- define('CI_VERSION', '2.0');
+ define('CI_VERSION', '2.0.1');
/*
* ------------------------------------------------------