From af485ff1c023f85804b78dca4575be3793af566b Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Thu, 19 Jan 2017 12:18:36 -0500 Subject: [PATCH] deps: update patch level in V8 PR-URL: https://github.com/nodejs/node/pull/10666 Reviewed-By: James M Snell Reviewed-By: Fedor Indutny Reviewed-By: Ali Ijaz Sheikh --- 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 79f057037b4dc7..489e86cf157c76 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 91 +#define V8_PATCH_LEVEL 92 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.)