From 89bb921a40ff59bfa662bede54c834d400fb6cda Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 24 Mar 2008 02:29:45 +0000 Subject: [PATCH] r1612: Adding the 1.2.2 version into the installer version list * install/global.php --- install/global.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/global.php b/install/global.php index 971e1de..c0f2950 100644 --- a/install/global.php +++ b/install/global.php @@ -96,7 +96,8 @@ $bugsys->versions = array( '1.2.0 Beta 3' => 14, '1.2.0 Release Candidate 1' => 15, '1.2.0' => 16, - '1.2.1' => -1 + '1.2.1' => 17, + '1.2.2' => -1 ); // ################################################################### -- 2.22.5