From 4fe6b3c798faf6c0f6c3f816a167848b644304e4 Mon Sep 17 00:00:00 2001 From: V8 Autoroll Date: Tue, 25 Jul 2023 02:11:04 -0700 Subject: [PATCH] Version 11.5.150.20 Change-Id: Icb48a462d3c8a84636b9b16a8a5af2e44a03bd7c Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4710823 Bot-Commit: v8-ci-autoroll-builder Cr-Commit-Position: refs/branch-heads/11.5@{#40} Cr-Branched-From: 0c4044b7336787781646e48b2f98f0c7d1b400a5-refs/heads/11.5.150@{#1} Cr-Branched-From: b71d3038a7d99c79e1c21239e8ae07da5fc8c90b-refs/heads/main@{#87781} --- include/v8-version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/v8-version.h b/include/v8-version.h index 3134d2a58bb1..8eb6d5510d4d 100644 --- a/include/v8-version.h +++ b/include/v8-version.h @@ -11,7 +11,7 @@ #define V8_MAJOR_VERSION 11 #define V8_MINOR_VERSION 5 #define V8_BUILD_NUMBER 150 -#define V8_PATCH_LEVEL 19 +#define V8_PATCH_LEVEL 20 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.)