Adding correct new versions for staging now that we've cleared up our staging/production tagging issues. This is from bug 342797, see attachment 234242.

git-svn-id: svn://10.0.0.236/trunk@208469 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mike.morgan%oregonstate.edu 2006-08-25 22:19:44 +00:00
parent 8aa56fc69e
commit e6bce6c352

View File

@ -72,12 +72,15 @@ $branchVersions = array(
'1.4' => '1.5',
'1.4.1' => '1.5',
'1.5' => '1.5',
'1.5.0.1' => '1.5.0.1',
'1.5.0.2' => '1.5.0.2',
'1.5.0.3' => '1.5.0.3',
'1.5.0.4' => '1.5.0.4',
'1.5.0.5' => '1.5.0.5',
'1.5.0.6' => '1.5.0.6',
'1.5.0.1' => '1.5.0.x',
'1.5.0.2' => '1.5.0.x',
'1.5.0.3' => '1.5.0.x',
'1.5.0.4' => '1.5.0.x',
'1.5.0.5' => '1.5.0.x',
'1.5.0.6' => '1.5.0.x',
'1.5.0.7pre' => '1.5.0.x',
'1.5.0.7' => '1.5.0.x',
'1.5.0.8pre' => '1.5.0.x',
'1.6a1' => 'trunk',
'2.0' => '2.0',
'2.0a1' => '2.0',