summaryrefslogtreecommitdiff
path: root/deps/v8/include/v8-version.h
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2019-10-11 11:42:04 +0200
committerMichaël Zasso <targos@protonmail.com>2019-10-13 20:25:13 +0200
commit7de5a557103dd689bd9a757720eca72459d86e66 (patch)
treeaf80c8524eed5046473a2bc2dbda81b34795351b /deps/v8/include/v8-version.h
parent53ca0b9ae145c430842bf78e553e3b6cbd2823aa (diff)
downloadandroid-node-v8-7de5a557103dd689bd9a757720eca72459d86e66.tar.gz
android-node-v8-7de5a557103dd689bd9a757720eca72459d86e66.tar.bz2
android-node-v8-7de5a557103dd689bd9a757720eca72459d86e66.zip
deps: patch V8 to 7.8.279.17
Refs: https://github.com/v8/v8/compare/7.8.279.15...7.8.279.17 PR-URL: https://github.com/nodejs/node/pull/29928 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.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 000be3a739..ef90963d25 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 8
#define V8_BUILD_NUMBER 279
-#define V8_PATCH_LEVEL 15
+#define V8_PATCH_LEVEL 17
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)