diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2023-08-24 23:10:35 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2023-08-24 23:10:35 +0000 |
| commit | aee253d8a7aea40189f8ca74138d6bed10948b1e (patch) | |
| tree | d620fa3b0159d501f7aa7b92c22093972f228774 /lib/clang/include | |
| parent | 712806fc4b5470eb7d9ce537e3cdf3b386455d86 (diff) | |
update main to 15
Approved by: re (implicit)
Sponsored by: GoFundMe https://www.gofundme.com/f/gjbbsd
Sponsored by: PayPal https://paypal.me/gjbbsd
Diffstat (limited to 'lib/clang/include')
| -rw-r--r-- | lib/clang/include/lld/Common/Version.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/clang/include/lld/Common/Version.inc b/lib/clang/include/lld/Common/Version.inc index 20810f686dad..b30a085c61cf 100644 --- a/lib/clang/include/lld/Common/Version.inc +++ b/lib/clang/include/lld/Common/Version.inc @@ -1,4 +1,4 @@ // Local identifier in __FreeBSD_version style -#define LLD_FREEBSD_VERSION 1400006 +#define LLD_FREEBSD_VERSION 1500000 #define LLD_VERSION_STRING "16.0.6 (FreeBSD llvmorg-16.0.6-0-g7cbf1a259152-" __XSTRING(LLD_FREEBSD_VERSION) ")" |
