Skip to content

Commit 34b54ee

Browse files
authored
v777.2.2
1 parent f0424cd commit 34b54ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if(NOT DEFINED LLVM_VERSION_MINOR)
2828
set(LLVM_VERSION_MINOR 2)
2929
endif()
3030
if(NOT DEFINED LLVM_VERSION_PATCH)
31-
set(LLVM_VERSION_PATCH 1)
31+
set(LLVM_VERSION_PATCH 2)
3232
endif()
3333
if(NOT DEFINED LLVM_VERSION_SUFFIX)
3434
set(LLVM_VERSION_SUFFIX newworld)

0 commit comments

Comments
 (0)