aboutsummaryrefslogtreecommitdiff
path: root/lib/clang/include/lld/Common/Version.inc
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2021-01-22 00:49:30 +0000
committerGlen Barber <gjb@FreeBSD.org>2021-01-22 00:49:30 +0000
commitf9a66922c9ec6a82b72a62f5d1c93be1be91865a (patch)
tree2447f459130f3234dadc058d29fa56181be69c4f /lib/clang/include/lld/Common/Version.inc
parenta53ce3fc4938e37d5ec89304846203d2083c61a2 (diff)
downloadsrc-f9a66922c9ec6a82b72a62f5d1c93be1be91865a.tar.gz
src-f9a66922c9ec6a82b72a62f5d1c93be1be91865a.zip
fix incorrect LLD_VERSION_STRING from previous commit
Reported by: Oliver Pinter Sponsored by: Rubicon Communications, LLC ("Netgate")
Diffstat (limited to 'lib/clang/include/lld/Common/Version.inc')
-rw-r--r--lib/clang/include/lld/Common/Version.inc2
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 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"