summaryrefslogtreecommitdiff
path: root/deps/v8/include
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2019-09-20 10:23:48 +0200
committerMichaël Zasso <targos@protonmail.com>2019-09-23 15:25:22 +0200
commitcbd3a1cb77f7cb969223bb61edcbd65352f81426 (patch)
tree5a9aebfc7c3283f9f084b82482695e2210f4ee83 /deps/v8/include
parentfdd5d4ad4a228af6e5a7dc74ddf0e03dc5637254 (diff)
downloadandroid-node-v8-cbd3a1cb77f7cb969223bb61edcbd65352f81426.tar.gz
android-node-v8-cbd3a1cb77f7cb969223bb61edcbd65352f81426.tar.bz2
android-node-v8-cbd3a1cb77f7cb969223bb61edcbd65352f81426.zip
deps: patch V8 to 7.7.299.11
Refs: https://github.com/v8/v8/compare/7.7.299.10...7.7.299.11 PR-URL: https://github.com/nodejs/node/pull/29628 Reviewed-By: Jiawen Geng <technicalcute@gmail.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 adac5911c8..0406f65b08 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 7
#define V8_BUILD_NUMBER 299
-#define V8_PATCH_LEVEL 10
+#define V8_PATCH_LEVEL 11
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)