From e9a59d13ab706635d775d3c594f03cff605ac826 Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Thu, 12 Jan 2017 17:33:09 -0500 Subject: [PATCH] deps: update patch level in V8 PR-URL: https://github.com/nodejs/node/pull/10668 Reviewed-By: James M Snell Reviewed-By: Fedor Indutny Reviewed-By: Ali Ijaz Sheikh --- deps/v8z/include/v8-version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/v8z/include/v8-version.h b/deps/v8z/include/v8-version.h index f88cdeddb2a..89cf41c1f70 100644 --- a/deps/v8z/include/v8-version.h +++ b/deps/v8z/include/v8-version.h @@ -11,7 +11,7 @@ #define V8_MAJOR_VERSION 4 #define V8_MINOR_VERSION 5 #define V8_BUILD_NUMBER 103 -#define V8_PATCH_LEVEL 44 +#define V8_PATCH_LEVEL 45 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.)