diff options
author | Matheus Marchini <mmarchini@netflix.com> | 2020-03-27 11:08:42 -0700 |
---|---|---|
committer | Matheus Marchini <mmarchini@netflix.com> | 2020-04-03 21:55:19 -0700 |
commit | 3052769bbc222fb5972cd90ca81b5102fb676360 (patch) | |
tree | 25ddbf66fbe4f5c5f7586e842af4efdd5e1b8ba7 /deps/v8/include/v8-version.h | |
parent | 05841335c5d209efe6e249a57f3798d5c1154a8f (diff) | |
download | node-new-3052769bbc222fb5972cd90ca81b5102fb676360.tar.gz |
deps: patch V8 to 8.1.307.26
Refs: https://github.com/v8/v8/compare/8.1.307.20...8.1.307.26
PR-URL: https://github.com/nodejs/node/pull/32521
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'deps/v8/include/v8-version.h')
-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 c2969d817c..4fd23ab095 100644 --- a/deps/v8/include/v8-version.h +++ b/deps/v8/include/v8-version.h @@ -11,7 +11,7 @@ #define V8_MAJOR_VERSION 8 #define V8_MINOR_VERSION 1 #define V8_BUILD_NUMBER 307 -#define V8_PATCH_LEVEL 20 +#define V8_PATCH_LEVEL 26 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) |