aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-07-08 21:07:44 +0000
committerDouglas Gregor <dgregor@apple.com>2009-07-08 21:07:44 +0000
commit1bbeec7eca9030f2efa6c690d5edf7b533a87c1f (patch)
treece995f876aff81905d330bc398ca865f2fd63973
parent83314aa1cf61ed2458a8a20c83b2d4708192d5dc (diff)
Bump the PCH version number
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75049 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Frontend/PCHBitCodes.h2
1 files changed, 1 insertions, 1 deletions
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.