From f9a66922c9ec6a82b72a62f5d1c93be1be91865a Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Thu, 21 Jan 2021 19:49:30 -0500 Subject: [PATCH] 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"