Skip to content

Commit 16d5607

Browse files
authored
v777.2.1
1 parent 7086af5 commit 16d5607

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ if(NOT DEFINED LLVM_VERSION_MAJOR)
2525
set(LLVM_VERSION_MAJOR 777)
2626
endif()
2727
if(NOT DEFINED LLVM_VERSION_MINOR)
28-
set(LLVM_VERSION_MINOR 1)
28+
set(LLVM_VERSION_MINOR 2)
2929
endif()
3030
if(NOT DEFINED LLVM_VERSION_PATCH)
31-
set(LLVM_VERSION_PATCH 9)
31+
set(LLVM_VERSION_PATCH 1)
3232
endif()
3333
if(NOT DEFINED LLVM_VERSION_SUFFIX)
3434
set(LLVM_VERSION_SUFFIX newworld)

0 commit comments

Comments
 (0)