forked from OSchip/llvm-project
Reland: unbreak Modules/cxx20-export-import.cpp with LLVM_APPEND_VC_REV after 8c8a2679a2
See revisionb8b7a9dcdc
for prior art. Reland of:4463bd0f89
since the dependent patch D126340 is also relanding.
This commit is contained in:
parent
6a8673038b
commit
8c974bfe1c
|
@ -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 = 19;
|
||||
const unsigned VERSION_MAJOR = 20;
|
||||
|
||||
/// AST file minor version number supported by this version of
|
||||
/// Clang.
|
||||
|
|
Loading…
Reference in New Issue