Reland: unbreak Modules/cxx20-export-import.cpp with LLVM_APPEND_VC_REV after 8c8a2679a2

See revision b8b7a9dcdc for prior art.

Reland of: 4463bd0f89 since the dependent
patch D126340 is also relanding.
This commit is contained in:
Nico Weber 2022-06-01 22:33:36 -04:00 committed by David Tenty
parent 6a8673038b
commit 8c974bfe1c
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 = 19;
const unsigned VERSION_MAJOR = 20;
/// AST file minor version number supported by this version of
/// Clang.