From 41de66111ed4ab6aec3d798a2ded2c1b730dcb71 Mon Sep 17 00:00:00 2001 From: V8 Autoroll Date: Tue, 18 Jan 2022 10:10:55 -0800 Subject: [PATCH] Version 9.7.106.19 Change-Id: I5e0ab7daa109fde98a3ee07869375d30ddbc658b Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3398814 Bot-Commit: v8-ci-autoroll-builder Cr-Commit-Position: refs/branch-heads/9.7@{#39} Cr-Branched-From: 49162da459e2ca1f078389a84f0bbfcc7fed7a2b-refs/heads/9.7.106@{#1} Cr-Branched-From: a7e9b8f0a4637caad6fcf27be999b97f49b6ac3d-refs/heads/main@{#77674} --- 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 24da2489f7..dd6cf463db 100644 --- a/include/v8-version.h +++ b/include/v8-version.h @@ -11,7 +11,7 @@ #define V8_MAJOR_VERSION 9 #define V8_MINOR_VERSION 7 #define V8_BUILD_NUMBER 106 -#define V8_PATCH_LEVEL 18 +#define V8_PATCH_LEVEL 19 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.)