From 5b37e69ff2cebd0726d8d98e522c9698b518e962 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 8 Apr 2007 00:56:27 +0000 Subject: [PATCH] r1537: Adding the version record for 1.2.0 Beta 3 to 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 aade0fd..1cc2c03 100644 --- a/install/global.php +++ b/install/global.php @@ -85,7 +85,8 @@ $bugsys->versions = array( '1.1.4' => 10, '1.1.5' => 11, '1.2.0 Beta 1' => 12, - '1.2.0 Beta 2' => -1 + '1.2.0 Beta 2' => 13, + '1.2.0 Beta 3' => -1 ); // ################################################################### -- 2.22.5