Bump version to 20.1.1 (#130806) · llvm/llvm-project@0e53747 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 0e53747

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
@@ -7,7 +7,7 @@ if(NOT DEFINED LLVM_VERSION_MINOR)
7 7 set(LLVM_VERSION_MINOR 1)
8 8 endif()
9 9 if(NOT DEFINED LLVM_VERSION_PATCH)
10 -set(LLVM_VERSION_PATCH 0)
10 +set(LLVM_VERSION_PATCH 1)
11 11 endif()
12 12 if(NOT DEFINED LLVM_VERSION_SUFFIX)
13 13 set(LLVM_VERSION_SUFFIX)