mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 03:40:37 -05:00
9.0.1 final release c1a0a213378a458fbea1a5c77b315c7dce08fd05. Release notes for llvm, clang, lld and libc++ 9.0.1 will become available here: https://releases.llvm.org/9.0.1/docs/ReleaseNotes.html https://releases.llvm.org/9.0.1/tools/clang/docs/ReleaseNotes.html https://releases.llvm.org/9.0.1/tools/lld/docs/ReleaseNotes.html https://releases.llvm.org/9.0.1/projects/libcxx/docs/ReleaseNotes.html PR: 240629 MFC after: 1 month
6 lines
131 B
PHP
6 lines
131 B
PHP
// $FreeBSD$
|
|
|
|
#define LLD_VERSION 9.0.1
|
|
#define LLD_VERSION_STRING "9.0.1"
|
|
#define LLD_VERSION_MAJOR 9
|
|
#define LLD_VERSION_MINOR 0
|