From 7de5a557103dd689bd9a757720eca72459d86e66 Mon Sep 17 00:00:00 2001 From: Michaƫl Zasso Date: Fri, 11 Oct 2019 11:42:04 +0200 Subject: deps: patch V8 to 7.8.279.17 Refs: https://github.com/v8/v8/compare/7.8.279.15...7.8.279.17 PR-URL: https://github.com/nodejs/node/pull/29928 Reviewed-By: Jiawen Geng Reviewed-By: Colin Ihrig Reviewed-By: Michael Dawson --- deps/v8/include/v8-version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deps/v8/include/v8-version.h') diff --git a/deps/v8/include/v8-version.h b/deps/v8/include/v8-version.h index 000be3a739..ef90963d25 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 15 +#define V8_PATCH_LEVEL 17 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) -- cgit v1.2.3