Reland "unbreak Modules/cxx20-export-import.cpp with LLVM_APPEND_VC_REV after 32b73bc6ab82"

This reverts commit 5086cff04e.
32b73bc6ab relanded in 1592d88aa7.
This commit is contained in:
Nico Weber 2022-02-23 18:41:20 -05:00
parent 948d69fd57
commit 34285bcd5a
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 = 15;
const unsigned VERSION_MAJOR = 16;
/// AST file minor version number supported by this version of
/// Clang.