Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Added versions 6.0a2 and 7.0a1 to the version list manually. Bug 660969.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Wenzel committed May 31, 2011
1 parent c1bc361 commit b9cafb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/input/__init__.py
Expand Up @@ -77,7 +77,7 @@ class FIREFOX:
short = 'firefox'
pretty = _(u'Firefox')
guid = '{ec8030f7-c20a-464f-9b0e-13a3a9e97384}'
extra_versions = ['6.0a1', '5.0a2', '5.0']
extra_versions = ['7.0', '6.0a2', '6.0a1', '5.0a2', '5.0']
default_version = '5.0' # Default dashboard version.
beta_versions = version_list(
dict(product_details.firefox_history_major_releases.items() +
Expand All @@ -100,7 +100,7 @@ class MOBILE:
short = 'mobile'
pretty = _(u'Mobile')
guid = '{a23983c0-fd0e-11dc-95ff-0800200c9a66}'
extra_versions = ['6.0a1', '5.0a2', '5.0']
extra_versions = ['7.0', '6.0a2', '6.0a1', '5.0a2', '5.0']
default_version = '5.0'
beta_versions = version_list(
dict(product_details.mobile_history_major_releases.items() +
Expand Down

0 comments on commit b9cafb1

Please sign in to comment.