Bump version to 20.1.4 · llvm/llvm-project@ab0074f (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit ab0074f

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 3)
10 +set(LLVM_VERSION_PATCH 4)
11 11 endif()
12 12 if(NOT DEFINED LLVM_VERSION_SUFFIX)
13 13 set(LLVM_VERSION_SUFFIX)