Skip to content

Commit 20b2979

Browse files
author
git apple-llvm automerger
committed
Merge commit '0174263ac214' from llvm.org/release/21.x into stable/21.x
2 parents bb6198a + 0174263 commit 20b2979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/Modules/LLVMVersion.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if(NOT DEFINED LLVM_VERSION_MINOR)
77
set(LLVM_VERSION_MINOR 1)
88
endif()
99
if(NOT DEFINED LLVM_VERSION_PATCH)
10-
set(LLVM_VERSION_PATCH 1)
10+
set(LLVM_VERSION_PATCH 2)
1111
endif()
1212
if(NOT DEFINED LLVM_VERSION_SUFFIX)
1313
set(LLVM_VERSION_SUFFIX)

0 commit comments

Comments
 (0)