git: f9a66922c9ec - main - fix incorrect LLD_VERSION_STRING from previous commit
Glen Barber
gjb at FreeBSD.org
Fri Jan 22 00:50:02 UTC 2021
The branch main has been updated by gjb:
URL: https://cgit.FreeBSD.org/src/commit/?id=f9a66922c9ec6a82b72a62f5d1c93be1be91865a
commit f9a66922c9ec6a82b72a62f5d1c93be1be91865a
Author: Glen Barber <gjb at FreeBSD.org>
AuthorDate: 2021-01-22 00:49:30 +0000
Commit: Glen Barber <gjb at 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"
More information about the dev-commits-src-main
mailing list