Bug 975312 - Add missing version bump for mozrunner 5.35. r=ahal DONTBUILD

--HG--
extra : rebase_source : 684093852b70b0f873b651fc91bd175b39ce7baf
This commit is contained in:
Henrik Skupin 2014-02-22 09:28:23 +01:00
parent ba086eef57
commit 219ef02ca3

View File

@ -6,7 +6,7 @@ import sys
from setuptools import setup
PACKAGE_NAME = 'mozrunner'
PACKAGE_VERSION = '5.34'
PACKAGE_VERSION = '5.35'
desc = """Reliable start/stop/configuration of Mozilla Applications (Firefox, Thunderbird, etc.)"""