summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@google.com>2018-03-26 11:06:00 -0400
committerMyles Borins <mylesborins@google.com>2018-03-27 10:12:25 -0400
commitb3f23910a25613eb289fe4b338f83783a9f731b3 (patch)
tree7d9ad6056753272bc5d2a0d8caefaddcf1352f25 /deps
parentc2835e5e4705d9e5740a8a88350923d8c227f203 (diff)
downloadandroid-node-v8-b3f23910a25613eb289fe4b338f83783a9f731b3.tar.gz
android-node-v8-b3f23910a25613eb289fe4b338f83783a9f731b3.tar.bz2
android-node-v8-b3f23910a25613eb289fe4b338f83783a9f731b3.zip
deps: patch V8 to 6.5.254.43
PR-URL: https://github.com/nodejs/node/pull/19615 Refs: https://github.com/v8/v8/compare/6.5.254.41...6.5.254.43 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
Diffstat (limited to 'deps')
-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 dbc6b6af8c..71f3b774a3 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 5
#define V8_BUILD_NUMBER 254
-#define V8_PATCH_LEVEL 41
+#define V8_PATCH_LEVEL 43
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)