Skip to content

Commit

Permalink
[lit] Bump version number.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220355 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
ddunbar committed Oct 22, 2014
1 parent ac1af12 commit 1c76fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/lit/lit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

__author__ = 'Daniel Dunbar'
__email__ = '[email protected]'
__versioninfo__ = (0, 4, 0)
__versioninfo__ = (0, 5, 0)
__version__ = '.'.join(str(v) for v in __versioninfo__) + 'dev'

__all__ = []

0 comments on commit 1c76fb5

Please sign in to comment.