From 739bb52ccfbae9177bb6fda8d269c7e8d94accea Mon Sep 17 00:00:00 2001 From: "bhearsum%mozilla.com" Date: Thu, 3 Apr 2008 17:55:10 +0000 Subject: [PATCH] bug 426227: enable updates for mozilla-central - teach aus about mozilla2 version numbers. r=morgamic, patch=me git-svn-id: svn://10.0.0.236/trunk@249046 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/aus/xml/inc/config-dist.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/webtools/aus/xml/inc/config-dist.php b/mozilla/webtools/aus/xml/inc/config-dist.php index ffafedf1472..521e195f0c6 100644 --- a/mozilla/webtools/aus/xml/inc/config-dist.php +++ b/mozilla/webtools/aus/xml/inc/config-dist.php @@ -86,7 +86,8 @@ $productBranchVersions = array( '1.6a1' => 'trunk', '1.*' => '1.5', '2.0*' => '2.0', - '3.0*' => 'trunk' + '3.0*' => 'trunk', + '4.0*' => 'mozilla2' ), 'Thunderbird' => array( '1.5.0.*' => '1.5.0.x',