summaryrefslogtreecommitdiff
path: root/deps/v8/include/v8-version.h
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@google.com>2018-06-11 13:12:02 -0400
committerMyles Borins <mylesborins@google.com>2018-06-13 11:12:01 -0400
commiteb2d3a3b9c9aed0c4bf2da743b163c5121bf8919 (patch)
tree8b4a21ea836a9d8e36a8dfce0a809ee4e4b3cd9e /deps/v8/include/v8-version.h
parent59ace5752a13136eee7ae07ca173bc2addda2e9f (diff)
downloadandroid-node-v8-eb2d3a3b9c9aed0c4bf2da743b163c5121bf8919.tar.gz
android-node-v8-eb2d3a3b9c9aed0c4bf2da743b163c5121bf8919.tar.bz2
android-node-v8-eb2d3a3b9c9aed0c4bf2da743b163c5121bf8919.zip
deps: patch V8 to 6.7.288.46
PR-URL: https://github.com/nodejs/node/pull/21260 Refs: https://github.com/v8/v8/compare/6.7.288.45...6.7.288.46 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Minwoo Jung <minwoo@nodesource.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Diffstat (limited to 'deps/v8/include/v8-version.h')
-rw-r--r--deps/v8/include/v8-version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/include/v8-version.h b/deps/v8/include/v8-version.h
index 649deb515a..440a606869 100644
--- a/deps/v8/include/v8-version.h
+++ b/deps/v8/include/v8-version.h
@@ -11,7 +11,7 @@
#define V8_MAJOR_VERSION 6
#define V8_MINOR_VERSION 7
#define V8_BUILD_NUMBER 288
-#define V8_PATCH_LEVEL 45
+#define V8_PATCH_LEVEL 46
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)