From 7d93a3d145996bee660a90a46fe2ff543e9d418f Mon Sep 17 00:00:00 2001 From: V8 Autoroll Date: Fri, 23 Jun 2023 11:31:43 -0700 Subject: [PATCH] Version 11.5.150.12 Change-Id: I9319549f0a04399a47efc3e24aa2bc91021a62e2 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4641731 Bot-Commit: v8-ci-autoroll-builder Cr-Commit-Position: refs/branch-heads/11.5@{#23} 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 c3d3729fba67..d911d72e9388 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 11 +#define V8_PATCH_LEVEL 12 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.)