Skip to content

Commit 6ee03f1

Browse files
committed
[NFC] Fix version number in release tree
1 parent 08f4f4c commit 6ee03f1

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
@@ -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 git)
21+
set(LLVM_VERSION_SUFFIX -rc1)
2222
endif()
2323

2424
if (NOT PACKAGE_VERSION)

0 commit comments

Comments
 (0)