Skip to content

Commit 34285bc

Browse files
committed
Reland "unbreak Modules/cxx20-export-import.cpp with LLVM_APPEND_VC_REV after 32b73bc"
This reverts commit 5086cff. 32b73bc relanded in 1592d88.
1 parent 948d69f commit 34285bc

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 = 15;
44+
const unsigned VERSION_MAJOR = 16;
4545

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

0 commit comments

Comments
 (0)