aboutsummaryrefslogtreecommitdiff
path: root/lib/clang/include/llvm/Config/config.h
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2018-06-30 10:04:44 +0000
committerDimitry Andric <dim@FreeBSD.org>2018-06-30 10:04:44 +0000
commitfbfca78ed2aca056e0271d362436cdbdd6c0b407 (patch)
tree186d3fe04211b4229e680542c9d38e5033d5d499 /lib/clang/include/llvm/Config/config.h
parentfd3150d8bff6f11b6886851ece665d7bada19d4d (diff)
downloadsrc-fbfca78ed2aca056e0271d362436cdbdd6c0b407.tar.gz
src-fbfca78ed2aca056e0271d362436cdbdd6c0b407.zip
Follow-up to r335799 (llvm/clang 6.0.1 update), by regenerating various
headers with new version information defines. MFC after: 2 weeks X-MFC-With: r335799
Notes
Notes: svn path=/head/; revision=335813
Diffstat (limited to 'lib/clang/include/llvm/Config/config.h')
-rw-r--r--lib/clang/include/llvm/Config/config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/clang/include/llvm/Config/config.h b/lib/clang/include/llvm/Config/config.h
index 74fd4f9f9f0f..ae7e9080c974 100644
--- a/lib/clang/include/llvm/Config/config.h
+++ b/lib/clang/include/llvm/Config/config.h
@@ -398,10 +398,10 @@
#define LLVM_VERSION_MINOR 0
/* Patch version of the LLVM API */
-#define LLVM_VERSION_PATCH 0
+#define LLVM_VERSION_PATCH 1
/* LLVM version string */
-#define LLVM_VERSION_STRING "6.0.0"
+#define LLVM_VERSION_STRING "6.0.1"
/* Define if libxml2 is supported on this platform. */
/* #undef LLVM_LIBXML2_ENABLED */
@@ -416,13 +416,13 @@
#define PACKAGE_NAME "LLVM"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "LLVM 6.0.0"
+#define PACKAGE_STRING "LLVM 6.0.1"
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the version of this package. */
-#define PACKAGE_VERSION "6.0.0"
+#define PACKAGE_VERSION "6.0.1"
/* Define to the vendor of this package. */
/* #undef PACKAGE_VENDOR */