From 6b962ddf01f404a51deed683b3a88ea19276107c Mon Sep 17 00:00:00 2001 From: Michaƫl Zasso Date: Wed, 9 Oct 2019 11:18:25 +0200 Subject: deps: patch V8 to 7.8.279.15 Refs: https://github.com/v8/v8/compare/7.8.279.14...7.8.279.15 PR-URL: https://github.com/nodejs/node/pull/29899 Reviewed-By: Colin Ihrig Reviewed-By: Ruben Bridgewater Reviewed-By: Gus Caplan Reviewed-By: Jiawen Geng --- deps/v8/include/v8-version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deps/v8/include') diff --git a/deps/v8/include/v8-version.h b/deps/v8/include/v8-version.h index 09afd6248c..000be3a739 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 8 #define V8_BUILD_NUMBER 279 -#define V8_PATCH_LEVEL 14 +#define V8_PATCH_LEVEL 15 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) -- cgit v1.2.3