[PATCH] D65763: lit: Bump version to 0.10.0

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 8 12:22:39 PDT 2019


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL368329: lit: Bump version to 0.10.0 (authored by tstellar, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D65763?vs=213420&id=214208#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65763/new/

https://reviews.llvm.org/D65763

Files:
  llvm/trunk/utils/lit/lit/__init__.py


Index: llvm/trunk/utils/lit/lit/__init__.py
===================================================================
--- llvm/trunk/utils/lit/lit/__init__.py
+++ llvm/trunk/utils/lit/lit/__init__.py
@@ -2,7 +2,7 @@
 
 __author__ = 'Daniel Dunbar'
 __email__ = 'daniel at minormatter.com'
-__versioninfo__ = (0, 8, 0)
+__versioninfo__ = (0, 10, 0)
 __version__ = '.'.join(str(v) for v in __versioninfo__) + 'dev'
 
 __all__ = []


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65763.214208.patch
Type: text/x-patch
Size: 420 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190808/c58ebd41/attachment.bin>


More information about the llvm-commits mailing list