Skip to content

Commit af7f483

Browse files
authored
Set version to 20.1.0-rc1 (#125367)
1 parent 1eb7f4e commit af7f483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/Modules/LLVMVersion.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ if(NOT DEFINED LLVM_VERSION_PATCH)
1010
set(LLVM_VERSION_PATCH 0)
1111
endif()
1212
if(NOT DEFINED LLVM_VERSION_SUFFIX)
13-
set(LLVM_VERSION_SUFFIX git)
13+
set(LLVM_VERSION_SUFFIX -rc1)
1414
endif()
1515

0 commit comments

Comments
 (0)