[clang] unbreak Index/preamble-reparse-changed-module.m with LLVM_APPEND_VC_REV=NO...
authorNico Weber <thakis@chromium.org>
Tue, 22 Jun 2021 21:55:44 +0000 (17:55 -0400)
committerNico Weber <thakis@chromium.org>
Tue, 22 Jun 2021 21:56:17 +0000 (17:56 -0400)
See revision b8b7a9dcdcbc for prior art.

clang/include/clang/Serialization/ASTBitCodes.h

index ad2dcc2..8edf43d 100644 (file)
@@ -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 = 13;
+const unsigned VERSION_MAJOR = 14;
 
 /// AST file minor version number supported by this version of
 /// Clang.