summaryrefslogtreecommitdiff
path: root/deps/v8/include
diff options
context:
space:
mode:
authorMatheus Marchini <mat@mmarchini.me>2019-04-16 10:26:02 -0700
committerMatheus Marchini <mat@mmarchini.me>2019-04-18 16:57:19 -0700
commit7f29117de3329adf10e0d8911eaa7460968fa680 (patch)
tree321f8316b3af15831a2185b00f2e85ed4a03c11d /deps/v8/include
parenta7d7d4dfb73233b23e478c73d6fff784a0738b9b (diff)
downloadandroid-node-v8-7f29117de3329adf10e0d8911eaa7460968fa680.tar.gz
android-node-v8-7f29117de3329adf10e0d8911eaa7460968fa680.tar.bz2
android-node-v8-7f29117de3329adf10e0d8911eaa7460968fa680.zip
deps: patch V8 to 7.4.288.21
Refs: https://github.com/v8/v8/compare/7.4.288.18...7.4.288.21 PR-URL: https://github.com/nodejs/node/pull/27265 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.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 e5641f118a..849443fffd 100644
--- a/deps/v8/include/v8-version.h
+++ b/deps/v8/include/v8-version.h
@@ -11,7 +11,7 @@
#define V8_MAJOR_VERSION 7
#define V8_MINOR_VERSION 4
#define V8_BUILD_NUMBER 288
-#define V8_PATCH_LEVEL 18
+#define V8_PATCH_LEVEL 21
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)