summaryrefslogtreecommitdiff
path: root/deps/v8/include
diff options
context:
space:
mode:
authorMichaƫl Zasso <targos@protonmail.com>2018-09-17 12:47:16 +0200
committerDaniel Bevenius <daniel.bevenius@gmail.com>2018-09-20 05:58:53 +0200
commit2811ae48017828579928999e3c4f77fb4c32f77c (patch)
treedfadf2cc8e8dd16589c7778fc3ae97772e1cc8be /deps/v8/include
parentfadafef4f4e673b71cb33078a588daddf8deed3a (diff)
downloadandroid-node-v8-2811ae48017828579928999e3c4f77fb4c32f77c.tar.gz
android-node-v8-2811ae48017828579928999e3c4f77fb4c32f77c.tar.bz2
android-node-v8-2811ae48017828579928999e3c4f77fb4c32f77c.zip
deps: patch V8 to 6.9.427.23
PR-URL: https://github.com/nodejs/node/pull/22898 Refs: https://github.com/v8/v8/compare/6.9.427.22...6.9.427.23 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
Diffstat (limited to 'deps/v8/include')
-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 c7cffaca44..57fbc62964 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 9
#define V8_BUILD_NUMBER 427
-#define V8_PATCH_LEVEL 22
+#define V8_PATCH_LEVEL 23
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)