| Index: src/preparse-data-format.h
|
| diff --git a/src/preparse-data-format.h b/src/preparse-data-format.h
|
| index e64326e578c5438770239a1ec3b6ad8a006cc097..e2cf0a1a3e882f3c0158ed64400d8241765d0c78 100644
|
| --- a/src/preparse-data-format.h
|
| +++ b/src/preparse-data-format.h
|
| @@ -37,7 +37,7 @@ struct PreparseDataConstants {
|
| public:
|
| // Layout and constants of the preparse data exchange format.
|
| static const unsigned kMagicNumber = 0xBadDead;
|
| - static const unsigned kCurrentVersion = 7;
|
| + static const unsigned kCurrentVersion = 8;
|
|
|
| static const int kMagicOffset = 0;
|
| static const int kVersionOffset = 1;
|
|
|