Skip to content

Commit

Permalink
Update to LLVM 18.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thoughtafter committed May 9, 2024
1 parent 45a67b7 commit 18fc8e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

## [18.1.4] - 2024-05-09
### Changed
- Upgrade to LLVM 18.1.5 minimum

## [18.1.4] - 2024-04-22
### Changed
- Upgrade to LLVM 18.1.4 minimum
Expand Down
4 changes: 2 additions & 2 deletions lib/llvm/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module LLVM
LLVM_VERSION = "18"
LLVM_REQUIRED_VERSION = "18.1.4"
RUBY_LLVM_VERSION = "18.1.4"
LLVM_REQUIRED_VERSION = "18.1.5"
RUBY_LLVM_VERSION = "18.1.5"
end

0 comments on commit 18fc8e1

Please sign in to comment.