Reviewers: ulan,

Message:
ulan, ptal

Description:
Follow up to r19538: Bump preparse data version number.

r19538 changes the preparse data format, so this is probably a good idea.

[email protected]
BUG=

Please review this at https://codereview.chromium.org/179903002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -1 lines):
  M src/preparse-data-format.h


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;


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to