Revision: 19547
Author:   [email protected]
Date:     Tue Feb 25 15:55:14 2014 UTC
Log:      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=

Review URL: https://codereview.chromium.org/179903002
http://code.google.com/p/v8/source/detail?r=19547

Modified:
 /branches/bleeding_edge/src/preparse-data-format.h

=======================================
--- /branches/bleeding_edge/src/preparse-data-format.h Thu Jun 9 09:05:15 2011 UTC +++ /branches/bleeding_edge/src/preparse-data-format.h Tue Feb 25 15:55:14 2014 UTC
@@ -37,7 +37,7 @@
  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