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

Commit

Permalink
Fixed the default version to be 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davedash committed Aug 17, 2011
1 parent ca965e0 commit 5f91e10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/input/__init__.py
Expand Up @@ -78,7 +78,7 @@ class FIREFOX:
pretty = _(u'Firefox')
guid = '{ec8030f7-c20a-464f-9b0e-13a3a9e97384}'
extra_versions = ['9.0a1', '8.0a2', '7.0', '6.0']
default_version = '5.0' # Default dashboard version.
default_version = '6.0' # Default dashboard version.
min_version = '4.0' # Minimum version for which we'll accept feedback
beta_versions = version_list(
dict(product_details.firefox_history_major_releases.items() +
Expand All @@ -102,7 +102,7 @@ class MOBILE:
pretty = _(u'Mobile')
guid = '{a23983c0-fd0e-11dc-95ff-0800200c9a66}'
extra_versions = ['9.0a1', '8.0a2', '7.0', '6.0']
default_version = '5.0'
default_version = '6.0'
min_version = '4.0' # Minimum version for which we'll accept feedback
beta_versions = version_list(
dict(product_details.mobile_history_major_releases.items() +
Expand Down

0 comments on commit 5f91e10

Please sign in to comment.