From 1bbeec7eca9030f2efa6c690d5edf7b533a87c1f Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Wed, 8 Jul 2009 21:07:44 +0000 Subject: [PATCH] Bump the PCH version number git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75049 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Frontend/PCHBitCodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/Frontend/PCHBitCodes.h b/include/clang/Frontend/PCHBitCodes.h index 0de6b69432..2f687e5d98 100644 --- a/include/clang/Frontend/PCHBitCodes.h +++ b/include/clang/Frontend/PCHBitCodes.h @@ -29,7 +29,7 @@ namespace clang { /// incompatible with previous versions (such that a reader /// designed for the previous version could not support reading /// the new version), this number should be increased. - const unsigned VERSION_MAJOR = 1; + const unsigned VERSION_MAJOR = 2; /// \brief PCH minor version number supported by this version of /// Clang. -- 2.40.0