From 9374a83d6983710844c5436f32c14242ba600a20 Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Mon, 9 Jul 2018 16:22:46 -0400 Subject: deps: patch V8 to 6.7.288.49 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/21727 Refs: https://github.com/v8/v8/compare/6.7.288.46...6.7.288.49 Reviewed-By: Anna Henningsen Reviewed-By: James M Snell Reviewed-By: Сковорода Никита Андреевич Reviewed-By: Ruben Bridgewater --- 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 440a606869..09c47d7e91 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 7 #define V8_BUILD_NUMBER 288 -#define V8_PATCH_LEVEL 46 +#define V8_PATCH_LEVEL 49 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) -- cgit v1.2.3