Revision: 23233
Author:   [email protected]
Date:     Wed Aug 20 13:33:20 2014 UTC
Log:      Version 3.29.9.1 (merged r23232)

Fix BUILD.gn.

[email protected]

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

Modified:
 /trunk/BUILD.gn
 /trunk/src/version.cc

=======================================
--- /trunk/BUILD.gn     Wed Aug 20 00:06:26 2014 UTC
+++ /trunk/BUILD.gn     Wed Aug 20 13:33:20 2014 UTC
@@ -509,6 +509,8 @@
     "src/compiler/machine-operator-reducer.cc",
     "src/compiler/machine-operator-reducer.h",
     "src/compiler/machine-operator.h",
+    "src/compiler/machine-type.cc",
+    "src/compiler/machine-type.h",
     "src/compiler/node-aux-data-inl.h",
     "src/compiler/node-aux-data.h",
     "src/compiler/node-cache.cc",
=======================================
--- /trunk/src/version.cc       Wed Aug 20 00:06:26 2014 UTC
+++ /trunk/src/version.cc       Wed Aug 20 13:33:20 2014 UTC
@@ -35,7 +35,7 @@
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     29
 #define BUILD_NUMBER      9
-#define PATCH_LEVEL       0
+#define PATCH_LEVEL       1
 // Use 1 for candidates and 0 otherwise.
 // (Boolean macro values are not supported by all preprocessors.)
 #define IS_CANDIDATE_VERSION 0

--
--
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/d/optout.

Reply via email to