Skip to content

Commit

Permalink
Bump version to 18.1.3 (#86168)
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Mar 22, 2024
1 parent 26a1d66 commit ef6d1ec
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 2)
set(LLVM_VERSION_PATCH 3)
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, 0)
__versioninfo__ = (18, 1, 3)
__version__ = ".".join(str(v) for v in __versioninfo__) + "dev"

__all__ = []

0 comments on commit ef6d1ec

Please sign in to comment.