From a1e10a3d3c0f3d76eaf9e7fb9a460d74ca19a201 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 29 Sep 2006 01:17:03 +0000 Subject: [PATCH] r1208: Add an upgrade key entry --- install/global.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/global.php b/install/global.php index af7716f..897b82a 100644 --- a/install/global.php +++ b/install/global.php @@ -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 ); // ################################################################### -- 2.22.5