[clang] 0632366 - [clang] bump VERSION_MAJOR
Nico Weber via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 18 12:24:15 PST 2021
Author: Nico Weber
Date: 2021-02-18T15:23:24-05:00
New Revision: 063236646849564094f5fcfc947ad36dba0efedb
URL: https://github.com/llvm/llvm-project/commit/063236646849564094f5fcfc947ad36dba0efedb
DIFF: https://github.com/llvm/llvm-project/commit/063236646849564094f5fcfc947ad36dba0efedb.diff
LOG: [clang] bump VERSION_MAJOR
Somewhat speculative, see https://reviews.llvm.org/D96816#2572431
Added:
Modified:
clang/include/clang/Serialization/ASTBitCodes.h
Removed:
################################################################################
diff --git a/clang/include/clang/Serialization/ASTBitCodes.h b/clang/include/clang/Serialization/ASTBitCodes.h
index 92d00ff3aef8..0f8c14e36e63 100644
--- a/clang/include/clang/Serialization/ASTBitCodes.h
+++ b/clang/include/clang/Serialization/ASTBitCodes.h
@@ -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 = 11;
+const unsigned VERSION_MAJOR = 12;
/// AST file minor version number supported by this version of
/// Clang.
More information about the cfe-commits
mailing list