Issue 84168
Summary LLVM 18.1.0 release have rc suffix
Labels new issue
Assignees
Reporter SuperSodaSea
    It seems that the LLVM 18.1.0 release still have a rc suffix:

<https://github.com/llvm/llvm-project/blob/461274b81d8641eab64d494accddc81d7db8a09e/llvm/CMakeLists.txt#L27-L29>

The rc suffix will show up in the version info:

```
$ clang -v
clang version 18.1.0rc
```

It also shows up in the documentation:

<https://releases.llvm.org/18.1.0/tools/clang/docs/ReleaseNotes.html>

> Clang 18.1.0rc documentation

Is this intentional or a mistake?
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to