[lit] Harmonize lit and llvm versionning

In addition to consistency, we'll hit a wall when 11.1.0 gets released, because
we cannot represent it with lit versioning scheme.

Differential Revision: https://reviews.llvm.org/D94157
This commit is contained in:
serge-sans-paille 2021-01-19 10:22:57 +01:00
parent 95b63c7b13
commit fb5b12e42e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
__author__ = 'Daniel Dunbar'
__email__ = 'daniel@minormatter.com'
__versioninfo__ = (0, 12, 0)
__versioninfo__ = (12, 0, 0)
__version__ = '.'.join(str(v) for v in __versioninfo__) + 'dev'
__all__ = []