Update LLVM_VERSION_PATCH define in llvm-config.h.

This commit is contained in:
Dimitry Andric 2018-11-04 17:56:09 +00:00
parent 2a22df74e9
commit f46f6c14b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/clang700-import/; revision=340131

View File

@ -73,7 +73,7 @@
#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 "7.0.1"