From 3fbbf28173406ed74c9791d172fff5c5b1aab823 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Fri, 5 Aug 2022 19:50:23 -0400 Subject: unbreak Modules/cxx20-export-import.cpp with LLVM_APPEND_VC_REV=OFF after 6635f48e4aba See revision b8b7a9dcdcbc for prior art. --- clang/include/clang/Serialization/ASTBitCodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/include/clang/Serialization/ASTBitCodes.h b/clang/include/clang/Serialization/ASTBitCodes.h index d48e44982f22..297af86d0203 100644 --- a/clang/include/clang/Serialization/ASTBitCodes.h +++ b/clang/include/clang/Serialization/ASTBitCodes.h @@ -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 = 21; +const unsigned VERSION_MAJOR = 22; /// AST file minor version number supported by this version of /// Clang. -- cgit v1.2.3