Skip to content

Commit f8468c3

Browse files
committed
Bump version to 17.0.0-rc2
1 parent edc0ee3 commit f8468c3

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

2424
if (NOT PACKAGE_VERSION)

0 commit comments

Comments
 (0)