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
This commit is contained in:
bhearsum%mozilla.com
2008-04-03 17:55:10 +00:00
parent 65b314bff8
commit 739bb52ccf

View File

@@ -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',