aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2022-08-05 19:50:23 -0400
committerNico Weber <thakis@chromium.org>2022-08-05 19:50:23 -0400
commit3fbbf28173406ed74c9791d172fff5c5b1aab823 (patch)
tree62a7c8becca24547099be3594f99efadc19b84b8
parent549542b494f4c84bead744ed91ea81236e4aaa63 (diff)
unbreak Modules/cxx20-export-import.cpp with LLVM_APPEND_VC_REV=OFF after 6635f48e4aba
See revision b8b7a9dcdcbc for prior art.
-rw-r--r--clang/include/clang/Serialization/ASTBitCodes.h2
1 files changed, 1 insertions, 1 deletions
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.