[PATCH] D65763: lit: Bump version to 0.10.0

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 5 11:34:22 PDT 2019


tstellar created this revision.
tstellar added a reviewer: hansw.
Herald added a subscriber: delcypher.
Herald added a project: LLVM.
tstellar added a comment.

We also need to bump the version in the release/9.x branch to 0.9.0.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D65763

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, 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.213420.patch
Type: text/x-patch
Size: 402 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190805/531d615b/attachment.bin>


More information about the llvm-commits mailing list