[PATCH] D94157: [lit] Harmonize lit and llvm versionning
serge via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 19 01:27:31 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rGfb5b12e42ef2: [lit] Harmonize lit and llvm versionning (authored by serge-sans-paille).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94157/new/
https://reviews.llvm.org/D94157
Files:
llvm/utils/lit/lit/__init__.py
Index: llvm/utils/lit/lit/__init__.py
===================================================================
--- llvm/utils/lit/lit/__init__.py
+++ llvm/utils/lit/lit/__init__.py
@@ -2,7 +2,7 @@
__author__ = 'Daniel Dunbar'
__email__ = 'daniel at minormatter.com'
-__versioninfo__ = (0, 12, 0)
+__versioninfo__ = (12, 0, 0)
__version__ = '.'.join(str(v) for v in __versioninfo__) + 'dev'
__all__ = []
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94157.317484.patch
Type: text/x-patch
Size: 403 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210119/2813524a/attachment.bin>
More information about the llvm-commits
mailing list