Skip to content

Commit c0d0966

Browse files
committed
[FOLD] bump AST file major version number
1 parent b4a0aed commit c0d0966

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
@@ -43,7 +43,7 @@ namespace serialization {
4343
/// Version 4 of AST files also requires that the version control branch and
4444
/// revision match exactly, since there is no backward compatibility of
4545
/// AST files at this time.
46-
const unsigned VERSION_MAJOR = 30;
46+
const unsigned VERSION_MAJOR = 31;
4747

4848
/// AST file minor version number supported by this version of
4949
/// Clang.

0 commit comments

Comments
 (0)