From 88d0419a76aa5336ad772e8cb9ef0c998b108bd5 Mon Sep 17 00:00:00 2001 From: V8 Autoroll Date: Fri, 16 Jun 2023 14:12:01 -0700 Subject: [PATCH] Version 11.5.150.10 Change-Id: I71ca8c3424b1ae486f978d032d3c8794a3eae00b Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4622012 Bot-Commit: v8-ci-autoroll-builder Cr-Commit-Position: refs/branch-heads/11.5@{#19} 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 ef133981aacd..4c4d2017ef85 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 9 +#define V8_PATCH_LEVEL 10 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.)