Skip to content

Commit

Permalink
Revert "unbreak Modules/cxx20-export-import.cpp with LLVM_APPEND_VC_R…
Browse files Browse the repository at this point in the history
…EV after 8c8a267"

This reverts commit 4463bd0.
8c8a267 was reverted in d42fe9a.
  • Loading branch information
nico committed Jun 2, 2022
1 parent b2c6251 commit e374216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/include/clang/Serialization/ASTBitCodes.h
Expand Up @@ -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 = 19;

/// AST file minor version number supported by this version of
/// Clang.
Expand Down

0 comments on commit e374216

Please sign in to comment.