diff options
Diffstat (limited to 'gnu/usr.bin/clang/include/llvm/Config/config.h')
-rw-r--r-- | gnu/usr.bin/clang/include/llvm/Config/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/clang/include/llvm/Config/config.h b/gnu/usr.bin/clang/include/llvm/Config/config.h index 3c7d5542079..68ae2ed1bd5 100644 --- a/gnu/usr.bin/clang/include/llvm/Config/config.h +++ b/gnu/usr.bin/clang/include/llvm/Config/config.h @@ -329,10 +329,10 @@ #define PACKAGE_NAME "LLVM" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "LLVM 8.0.0" +#define PACKAGE_STRING "LLVM 8.0.1" /* Define to the version of this package. */ -#define PACKAGE_VERSION "8.0.0" +#define PACKAGE_VERSION "8.0.1" /* Define to the vendor of this package. */ /* #undef PACKAGE_VENDOR */ |