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