Date: Fri, 22 Jan 2021 00:50:01 GMT From: Glen Barber <gjb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: f9a66922c9ec - main - fix incorrect LLD_VERSION_STRING from previous commit Message-ID: <202101220050.10M0o1Uo079828@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gjb: URL: https://cgit.FreeBSD.org/src/commit/?id=f9a66922c9ec6a82b72a62f5d1c93be1be91865a commit f9a66922c9ec6a82b72a62f5d1c93be1be91865a Author: Glen Barber <gjb@FreeBSD.org> AuthorDate: 2021-01-22 00:49:30 +0000 Commit: Glen Barber <gjb@FreeBSD.org> CommitDate: 2021-01-22 00:49:30 +0000 fix incorrect LLD_VERSION_STRING from previous commit Reported by: Oliver Pinter Sponsored by: Rubicon Communications, LLC ("Netgate") --- lib/clang/include/lld/Common/Version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/clang/include/lld/Common/Version.inc b/lib/clang/include/lld/Common/Version.inc index 4aef2b1a92c3..336fc0fdb136 100644 --- a/lib/clang/include/lld/Common/Version.inc +++ b/lib/clang/include/lld/Common/Version.inc @@ -1,3 +1,3 @@ // $FreeBSD$ -#define LLD_VERSION_STRING "14.0.0" +#define LLD_VERSION_STRING "11.0.1"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101220050.10M0o1Uo079828>