aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2021-02-18 15:23:23 -0500
committerNico Weber <thakis@chromium.org>2021-02-18 15:23:24 -0500
commit063236646849564094f5fcfc947ad36dba0efedb (patch)
tree68f0ffcf68bae2054d2197b7e6140a883bc12b16
parent25b4a6a7f038184ba77dd3c0d8605da454bb4a06 (diff)
downloadllvm-063236646849564094f5fcfc947ad36dba0efedb.zip
llvm-063236646849564094f5fcfc947ad36dba0efedb.tar.gz
llvm-063236646849564094f5fcfc947ad36dba0efedb.tar.bz2
[clang] bump VERSION_MAJOR
Somewhat speculative, see https://reviews.llvm.org/D96816#2572431
-rw-r--r--clang/include/clang/Serialization/ASTBitCodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Serialization/ASTBitCodes.h b/clang/include/clang/Serialization/ASTBitCodes.h
index 92d00ff3..0f8c14e 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.