From 6d665934b5b1d0da2ab4c7f1bf0fc0455997180d Mon Sep 17 00:00:00 2001 From: dylanahsmith Date: Tue, 31 Jan 2023 00:57:35 +0000 Subject: [PATCH] Upgrade V8 binaries for 10.9.194.10 version --- deps/include/v8-version.h | 2 +- deps/v8 | 2 +- deps/v8_version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deps/include/v8-version.h b/deps/include/v8-version.h index a9d6f92af..f8bd4450e 100644 --- a/deps/include/v8-version.h +++ b/deps/include/v8-version.h @@ -11,7 +11,7 @@ #define V8_MAJOR_VERSION 10 #define V8_MINOR_VERSION 9 #define V8_BUILD_NUMBER 194 -#define V8_PATCH_LEVEL 9 +#define V8_PATCH_LEVEL 10 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) diff --git a/deps/v8 b/deps/v8 index 4b4e47338..2a26215a7 160000 --- a/deps/v8 +++ b/deps/v8 @@ -1 +1 @@ -Subproject commit 4b4e473387ed62f7fcbc95a3bf05244ea0e76a0a +Subproject commit 2a26215a720a2b741aa8868ae7a040f78d30f46c diff --git a/deps/v8_version b/deps/v8_version index ff8f5c65e..5dc353489 100644 --- a/deps/v8_version +++ b/deps/v8_version @@ -1 +1 @@ -10.9.194.9 \ No newline at end of file +10.9.194.10 \ No newline at end of file