[llvm-branch-commits] [clang] [llvm] Backport some fixes for building the release binaries (PR #91095)
Aiden Grossman via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat May 4 17:40:36 PDT 2024
================
@@ -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 5)
+ set(LLVM_VERSION_PATCH 6)
----------------
boomanaiden154 wrote:
Is this supposed to be included in this PR?
https://github.com/llvm/llvm-project/pull/91095
More information about the llvm-branch-commits
mailing list