unbreak Modules/cxx20-export-import.cpp with LLVM_APPEND_VC_REV=OFF after 45d88cd008

See revision b8b7a9dcdc for prior art.
This commit is contained in:
Nico Weber 2022-06-15 17:42:32 -04:00
parent eb6cd7fe31
commit 307109266f
1 changed files with 1 additions and 1 deletions

View File

@ -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 = 20;
const unsigned VERSION_MAJOR = 21;
/// AST file minor version number supported by this version of
/// Clang.