Skip to content

Commit

Permalink
[clang] unbreak Index/preamble-reparse-changed-module.m with LLVM_APP…
Browse files Browse the repository at this point in the history
…END_VC_REV=NO after 46d4d1f

See discussion starting at https://reviews.llvm.org/D96816#2572431 .
The same thing is happening with 46d4d1f.
  • Loading branch information
nico committed Mar 9, 2021
1 parent 1c7ad4d commit b8b7a9d
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 = 12;
const unsigned VERSION_MAJOR = 13;

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

0 comments on commit b8b7a9d

Please sign in to comment.