Skip to content

Commit a8bf33a

Browse files
committed
[clang] unbreak Index/preamble-reparse-changed-module.m with LLVM_APPEND_VC_REV=NO after 7942ebd
See revision b8b7a9d for prior art.
1 parent 449b179 commit a8bf33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Serialization/ASTBitCodes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ namespace serialization {
4141
/// Version 4 of AST files also requires that the version control branch and
4242
/// revision match exactly, since there is no backward compatibility of
4343
/// AST files at this time.
44-
const unsigned VERSION_MAJOR = 13;
44+
const unsigned VERSION_MAJOR = 14;
4545

4646
/// AST file minor version number supported by this version of
4747
/// Clang.

0 commit comments

Comments
 (0)