From 9d41e8913fe945bdd97884987185271bea168feb Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Thu, 29 Sep 2016 15:38:07 -0400 Subject: [PATCH] deps: bump V8 patch to 84 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The patch should have been bumped in aafc314 but it was missed. Ref: https://github.com/nodejs/node/commit/aafc314a8322e102dad239105a8f4a52903aaede Ref: https://github.com/nodejs/node/pull/8673 PR-URL: https://github.com/nodejs/node/pull/8851 Reviewed-By: Franziska Hinkelmann Reviewed-By: Michaƫl Zasso Reviewed-By: Anna Henningsen Reviewed-By: James M Snell Reviewed-By: Ben Noordhuis --- deps/v8/include/v8-version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/v8/include/v8-version.h b/deps/v8/include/v8-version.h index 18fe67b59d172e..6540e787d28346 100644 --- a/deps/v8/include/v8-version.h +++ b/deps/v8/include/v8-version.h @@ -11,7 +11,7 @@ #define V8_MAJOR_VERSION 5 #define V8_MINOR_VERSION 1 #define V8_BUILD_NUMBER 281 -#define V8_PATCH_LEVEL 83 +#define V8_PATCH_LEVEL 84 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.)