Removing 3.0a*, replacing with 3.0* in nightly version mapping. From bug 403194.

git-svn-id: svn://10.0.0.236/trunk@239074 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
morgamic%mozilla.com
2007-11-09 18:28:14 +00:00
parent 2fe8dddd91
commit 64708be210

View File

@@ -86,7 +86,7 @@ $productBranchVersions = array(
'1.6a1' => 'trunk',
'1.*' => '1.5',
'2.0*' => '2.0',
'3.0a*' => 'trunk'
'3.0*' => 'trunk'
),
'Thunderbird' => array(
'1.5.0.*' => '1.5.0.x',