Reviewers: Benedikt Meurer,

Description:
Version 3.29.9.1 (merged r23232)

Fix BUILD.gn.

[email protected]

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

SVN Base: https://v8.googlecode.com/svn/trunk

Affected files (+3, -1 lines):
  M BUILD.gn
  M src/version.cc


Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index ea182420c9921f926b9b6f07807d2912230058eb..c629102ddd216ed9bc63ff51685b69e8c95950c7 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -509,6 +509,8 @@ source_set("v8_base") {
     "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",
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index d0fa908c19f86b61fda23105d686d66526ec43b5..3abfd089a7b23ed2c26fe523954f12b70f85ae34 100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -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