summaryrefslogtreecommitdiff
path: root/deps/v8/include/v8-version.h
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@google.com>2018-07-09 16:22:46 -0400
committerMyles Borins <mylesborins@google.com>2018-07-13 16:10:13 -0400
commit9374a83d6983710844c5436f32c14242ba600a20 (patch)
treeb5e25c8a480211e0d2e67505057790065fd2d7b4 /deps/v8/include/v8-version.h
parent7570ad58e91f0cbcf81daf3cdb7e4928b224249e (diff)
downloadandroid-node-v8-9374a83d6983710844c5436f32c14242ba600a20.tar.gz
android-node-v8-9374a83d6983710844c5436f32c14242ba600a20.tar.bz2
android-node-v8-9374a83d6983710844c5436f32c14242ba600a20.zip
deps: patch V8 to 6.7.288.49
PR-URL: https://github.com/nodejs/node/pull/21727 Refs: https://github.com/v8/v8/compare/6.7.288.46...6.7.288.49 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
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 440a606869..09c47d7e91 100644
--- a/deps/v8/include/v8-version.h
+++ b/deps/v8/include/v8-version.h
@@ -11,7 +11,7 @@
#define V8_MAJOR_VERSION 6
#define V8_MINOR_VERSION 7
#define V8_BUILD_NUMBER 288
-#define V8_PATCH_LEVEL 46
+#define V8_PATCH_LEVEL 49
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)