diff options
author | Myles Borins <mylesborins@google.com> | 2018-03-26 11:06:00 -0400 |
---|---|---|
committer | Myles Borins <mylesborins@google.com> | 2018-03-27 10:12:25 -0400 |
commit | b3f23910a25613eb289fe4b338f83783a9f731b3 (patch) | |
tree | 7d9ad6056753272bc5d2a0d8caefaddcf1352f25 /deps/v8 | |
parent | c2835e5e4705d9e5740a8a88350923d8c227f203 (diff) | |
download | node-new-b3f23910a25613eb289fe4b338f83783a9f731b3.tar.gz |
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/v8')
-rw-r--r-- | deps/v8/include/v8-version.h | 2 |
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.) |