install/upgrade.php
changeset 436 242353360e37
parent 418 322fa0c91303
child 484 340c81fdd350
--- 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);