Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit c6ba192

Browse files
committed
lit: bump version number
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@338677 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent f166ea7 commit c6ba192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/lit/lit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = 'Daniel Dunbar'
44
__email__ = '[email protected]'
5-
__versioninfo__ = (0, 7, 0)
5+
__versioninfo__ = (0, 8, 0)
66
__version__ = '.'.join(str(v) for v in __versioninfo__) + 'dev'
77

88
__all__ = []

0 commit comments

Comments
 (0)