commit | 09380594534d4dd2669e2894aa390582a2bc121d | [log] [tgz] |
---|---|---|
author | Phil Sturgeon <email@philsturgeon.co.uk> | Wed Mar 09 16:42:07 2011 +0000 |
committer | Phil Sturgeon <email@philsturgeon.co.uk> | Wed Mar 09 16:42:07 2011 +0000 |
tree | 83f9337be7e30bac43b3124a727cf33a7ff44d54 | |
parent | 93ca71552d9a3e28eeaa00dd10755d20b2cbf32e [diff] |
Added 2.0.1 upgrade guide and changed the constants ready.
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php index 6ac333a..99c261e 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'); /* * ------------------------------------------------------