Bump version to 20.1.0-rc3 · llvm/llvm-project@a69568e (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit a69568e

Bump version to 20.1.0-rc3

File tree

1 file changed

lines changed

1 file changed

lines changed

Lines changed: 1 addition & 1 deletion

Original file line number Diff line number Diff line change
@@ -10,6 +10,6 @@ if(NOT DEFINED LLVM_VERSION_PATCH)
10 10 set(LLVM_VERSION_PATCH 0)
11 11 endif()
12 12 if(NOT DEFINED LLVM_VERSION_SUFFIX)
13 -set(LLVM_VERSION_SUFFIX -rc2)
13 +set(LLVM_VERSION_SUFFIX -rc3)
14 14 endif()
15 15

0 commit comments