diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-03-09 17:42:07 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-03-09 17:42:07 +0100 |
commit | 09380594534d4dd2669e2894aa390582a2bc121d (patch) | |
tree | 83f9337be7e30bac43b3124a727cf33a7ff44d54 /system | |
parent | 93ca71552d9a3e28eeaa00dd10755d20b2cbf32e (diff) |
Added 2.0.1 upgrade guide and changed the constants ready.
Diffstat (limited to 'system')
-rw-r--r-- | system/core/CodeIgniter.php | 2 |
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'); /* * ------------------------------------------------------ |