summaryrefslogtreecommitdiff
path: root/deps/v8/include/v8-version.h
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2018-11-09 12:12:17 +0100
committerMichaël Zasso <targos@protonmail.com>2018-11-11 20:04:40 +0100
commitf0f1a28c075d30b1621ec1cbb65623d3b4641eeb (patch)
treebcfaae7c6212aae42e42bcb5a42fce2112bafbb6 /deps/v8/include/v8-version.h
parente83d7e8d88e48cb17a6517f0a85d6bc1480c9f3f (diff)
downloadandroid-node-v8-f0f1a28c075d30b1621ec1cbb65623d3b4641eeb.tar.gz
android-node-v8-f0f1a28c075d30b1621ec1cbb65623d3b4641eeb.tar.bz2
android-node-v8-f0f1a28c075d30b1621ec1cbb65623d3b4641eeb.zip
deps: patch V8 to 7.0.276.38
Refs: https://github.com/v8/v8/compare/7.0.276.36...7.0.276.38 PR-URL: https://github.com/nodejs/node/pull/24271 Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Matheus Marchini <mat@mmarchini.me> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@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 f43a776eac..63dc5e7a7b 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 0
#define V8_BUILD_NUMBER 276
-#define V8_PATCH_LEVEL 36
+#define V8_PATCH_LEVEL 38
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)