Chromium Code Reviews| Index: src/preparse-data.h |
| =================================================================== |
| --- src/preparse-data.h (revision 6800) |
| +++ src/preparse-data.h (working copy) |
| @@ -39,7 +39,7 @@ |
| public: |
| // Layout and constants of the preparse data exchange format. |
| static const unsigned kMagicNumber = 0xBadDead; |
| - static const unsigned kCurrentVersion = 5; |
| + static const unsigned kCurrentVersion = 6; |
| static const int kMagicOffset = 0; |
| static const int kVersionOffset = 1; |