From 72ddf424b9684abe59972b692759631c67acbc09 Mon Sep 17 00:00:00 2001 From: V8 Autoroll Date: Fri, 3 May 2019 02:10:48 -0700 Subject: [PATCH] Version 7.5.288.10 TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Change-Id: Icb05506b6836803bac66de2847e46153c3550a47 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1594421 Reviewed-by: v8-ci-autoroll-builder Cr-Commit-Position: refs/branch-heads/7.5@{#19} Cr-Branched-From: 35b9bf5cf697b1c0fe4313c1313782d626d2afaa-refs/heads/7.5.288@{#1} Cr-Branched-From: 912b3912b4fc294083fadcac672571bb43c2f37e-refs/heads/master@{#60911} --- 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 0fd321d7b02..6cc0fa69303 100644 --- a/include/v8-version.h +++ b/include/v8-version.h @@ -11,7 +11,7 @@ #define V8_MAJOR_VERSION 7 #define V8_MINOR_VERSION 5 #define V8_BUILD_NUMBER 288 -#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.)