r1208: Add an upgrade key entry
authorRobert Sesek <rsesek@bluestatic.org>
Fri, 29 Sep 2006 01:17:03 +0000 (01:17 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Fri, 29 Sep 2006 01:17:03 +0000 (01:17 +0000)
install/global.php

index af7716fd910a7b29ba910cc8beb16f2307958049..897b82a223146d407ab1cf6c6cf82a7e8dde5527 100644 (file)
@@ -77,7 +77,8 @@ $bugsys->versions = array(
        '1.0.1'                                         => 2,
        '1.1.0 Beta 1'                          => 3,
        '1.1.0 Beta 2'                          => 4,
-       '1.1.0 Release Candidate 1' => -1
+       '1.1.0 Release Candidate 1' => 5,
+       '1.1.0'                                         => -1
 );
 
 // ###################################################################