[cfe-commits] r75049 - /cfe/trunk/include/clang/Frontend/PCHBitCodes.h

Douglas Gregor dgregor at apple.com
Wed Jul 8 14:07:51 PDT 2009


Author: dgregor
Date: Wed Jul  8 16:07:44 2009
New Revision: 75049

URL: http://llvm.org/viewvc/llvm-project?rev=75049&view=rev
Log:
Bump the PCH version number

Modified:
    cfe/trunk/include/clang/Frontend/PCHBitCodes.h

Modified: cfe/trunk/include/clang/Frontend/PCHBitCodes.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Frontend/PCHBitCodes.h?rev=75049&r1=75048&r2=75049&view=diff

==============================================================================
--- cfe/trunk/include/clang/Frontend/PCHBitCodes.h (original)
+++ cfe/trunk/include/clang/Frontend/PCHBitCodes.h Wed Jul  8 16:07:44 2009
@@ -29,7 +29,7 @@
     /// 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.





More information about the cfe-commits mailing list