From 6cdd546a3979404e85e8c57c705359f8c50db293 Mon Sep 17 00:00:00 2001 From: V8 Autoroll Date: Fri, 9 Jun 2023 07:21:21 -0700 Subject: [PATCH] Version 11.5.150.5 Change-Id: I1cc8ff4bd7a6cc0df12c7a4f9e419c8a4c4fa5ef Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4605048 Bot-Commit: v8-ci-autoroll-builder Cr-Commit-Position: refs/branch-heads/11.5@{#9} 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 9791c77a1d75..1f4cd87c6b75 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 4 +#define V8_PATCH_LEVEL 5 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.)