Skip to content

Commit 01f8ba7

Browse files
committed
Remove RC suffix
1 parent 88bf774 commit 01f8ba7

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
@@ -18,7 +18,7 @@ if(NOT DEFINED LLVM_VERSION_PATCH)
1818
set(LLVM_VERSION_PATCH 0)
1919
endif()
2020
if(NOT DEFINED LLVM_VERSION_SUFFIX)
21-
set(LLVM_VERSION_SUFFIX rc)
21+
set(LLVM_VERSION_SUFFIX)
2222
endif()
2323

2424
if (NOT PACKAGE_VERSION)

0 commit comments

Comments
 (0)