Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Bug 994176 - Create branched versions of marionette-client and consum…
Browse files Browse the repository at this point in the history
…er packages. r=wlachance
  • Loading branch information
davehunt committed May 29, 2014
1 parent 621ed2a commit 7c878a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion b2gperf/version.py
Expand Up @@ -2,4 +2,4 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

__version__ = '0.26'
__version__ = '0.1'
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -17,15 +17,15 @@
execfile(os.path.join('b2gperf', 'version.py'), version)

# dependencies
deps = ['b2gpopulate>=0.22',
deps = ['b2gpopulate-v1.3',
'datazilla>=1.2',
'gaiatest>=0.22',
'gaiatest-v1.3',
'mozdevice>=0.30',
'mozlog>=1.5',
'mozversion>=0.1',
'numpy==1.7.1']

setup(name='b2gperf',
setup(name='b2gperf-v1.3',
version=version['__version__'],
description="App startup tests for B2G",
long_description=description,
Expand Down

0 comments on commit 7c878a4

Please sign in to comment.