Skip to content

Commit 2268346

Browse files
committed
Use rc version suffix
1 parent f0c7933 commit 2268346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if(NOT DEFINED LLVM_VERSION_PATCH)
2525
set(LLVM_VERSION_PATCH 0)
2626
endif()
2727
if(NOT DEFINED LLVM_VERSION_SUFFIX)
28-
set(LLVM_VERSION_SUFFIX git)
28+
set(LLVM_VERSION_SUFFIX rc)
2929
endif()
3030

3131
if (NOT PACKAGE_VERSION)

0 commit comments

Comments
 (0)