Skip to content

Commit

Permalink
Bump version to 18.1.5 (#89291)
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar authored Apr 23, 2024
1 parent e6c3289 commit c6d63d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion llvm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if(NOT DEFINED LLVM_VERSION_MINOR)
set(LLVM_VERSION_MINOR 1)
endif()
if(NOT DEFINED LLVM_VERSION_PATCH)
set(LLVM_VERSION_PATCH 4)
set(LLVM_VERSION_PATCH 5)
endif()
if(NOT DEFINED LLVM_VERSION_SUFFIX)
set(LLVM_VERSION_SUFFIX)
Expand Down
2 changes: 1 addition & 1 deletion llvm/utils/lit/lit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = "Daniel Dunbar"
__email__ = "daniel@minormatter.com"
__versioninfo__ = (18, 1, 4)
__versioninfo__ = (18, 1, 5)
__version__ = ".".join(str(v) for v in __versioninfo__) + "dev"

__all__ = []

0 comments on commit c6d63d4

Please sign in to comment.