diff -r a434d60e525d -r 242353360e37 install/upgrade.php --- a/install/upgrade.php Tue Feb 19 08:32:57 2008 -0500 +++ b/install/upgrade.php Wed Feb 20 14:38:39 2008 -0500 @@ -17,7 +17,7 @@ define('IN_ENANO', 1); // The list of versions in THIS BRANCH, in chronological order. -$enano_versions = array('1.1.1', '1.1.2'); +$enano_versions = array('1.1.1', '1.1.2', '1.1.3'); // Turn on every imaginable API hack to make common load on older databases define('IN_ENANO_UPGRADE', 1);