summaryrefslogtreecommitdiff
path: root/deps/v8/include/v8-version.h
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@google.com>2019-10-01 10:26:05 -0400
committerMyles Borins <myles.borins@gmail.com>2019-10-07 03:20:34 -0400
commiteeafb263f458612403cb134ae95805ecfcfc9f5e (patch)
tree8899e8442f8f69c9338ddb0a3ebb5eff7dfa644b /deps/v8/include/v8-version.h
parentddfc3b0a764620515bb4c5c66445f75e865611f7 (diff)
downloadandroid-node-v8-eeafb263f458612403cb134ae95805ecfcfc9f5e.tar.gz
android-node-v8-eeafb263f458612403cb134ae95805ecfcfc9f5e.tar.bz2
android-node-v8-eeafb263f458612403cb134ae95805ecfcfc9f5e.zip
deps: patch V8 to 7.8.279.12
Refs: https://github.com/v8/v8/compare/7.8.279.10...7.8.279.12 PR-URL: https://github.com/nodejs/node/pull/29694 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Ujjwal Sharma <usharma1998@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 2d1765b431..46fd905b3c 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 10
+#define V8_PATCH_LEVEL 12
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)