forked from OSchip/llvm-project
Reland "unbreak Modules/cxx20-export-import.cpp with LLVM_APPEND_VC_REV after 32b73bc6ab82"
This reverts commit5086cff04e
.32b73bc6ab
relanded in1592d88aa7
.
This commit is contained in:
parent
948d69fd57
commit
34285bcd5a
|
@ -41,7 +41,7 @@ namespace serialization {
|
|||
/// Version 4 of AST files also requires that the version control branch and
|
||||
/// revision match exactly, since there is no backward compatibility of
|
||||
/// AST files at this time.
|
||||
const unsigned VERSION_MAJOR = 15;
|
||||
const unsigned VERSION_MAJOR = 16;
|
||||
|
||||
/// AST file minor version number supported by this version of
|
||||
/// Clang.
|
||||
|
|
Loading…
Reference in New Issue