aboutsummaryrefslogtreecommitdiff
path: root/lib/clang/include/llvm/Config/llvm-config.h
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2024-03-10 12:37:50 +0000
committerDimitry Andric <dim@FreeBSD.org>2024-04-19 21:14:17 +0000
commit471f3ba460906d3bca33d0bff87d0e73a9f93e9c (patch)
tree4942f2d89d140a2f1d2d9af22585ae4607016a73 /lib/clang/include/llvm/Config/llvm-config.h
parent8e3e0a4774e1407ee08eb12b2690fc9b3977a32e (diff)
Diffstat (limited to 'lib/clang/include/llvm/Config/llvm-config.h')
-rw-r--r--lib/clang/include/llvm/Config/llvm-config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/clang/include/llvm/Config/llvm-config.h b/lib/clang/include/llvm/Config/llvm-config.h
index 111e0a296ed5..856bbf41d3a2 100644
--- a/lib/clang/include/llvm/Config/llvm-config.h
+++ b/lib/clang/include/llvm/Config/llvm-config.h
@@ -180,10 +180,10 @@
#define LLVM_VERSION_MINOR 1
/* Patch version of the LLVM API */
-#define LLVM_VERSION_PATCH 0
+#define LLVM_VERSION_PATCH 1
/* LLVM version string */
-#define LLVM_VERSION_STRING "18.1.0rc"
+#define LLVM_VERSION_STRING "18.1.1"
/* Whether LLVM records statistics for use with GetStatistics(),
* PrintStatistics() or PrintStatisticsJSON()