Skip to content

Commit

Permalink
Updating 3.3 prerelease version.
Browse files Browse the repository at this point in the history
  • Loading branch information
whart222 committed Jul 5, 2014
1 parent 34f2b57 commit 26d789d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/gcovr
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ high_color = "LightGreen"
covered_color = "LightGreen"
uncovered_color = "LightPink"

__version__ = "3.2"
__version__ = "3.3-prerelease"
src_revision = "$Revision$"

output_re = re.compile("[Cc]reating [`'](.*)'$")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def read(*rnames):
scripts = glob.glob("scripts/*")

setup(name='gcovr',
version='3.2',
version='3.3-prerelease',
maintainer='William Hart',
maintainer_email='[email protected]',
url = 'http://gcovr.com',
Expand Down

0 comments on commit 26d789d

Please sign in to comment.