From 05be6a4bbecc0921ec0012405640670b86a5059c Mon Sep 17 00:00:00 2001 From: V8 Autoroll Date: Fri, 26 Apr 2019 01:18:33 -0700 Subject: [PATCH] Version 7.5.288.3 TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Change-Id: Ic518d6a5b55ab183c7165ff13277fdb588f88b8c Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1585525 Reviewed-by: v8-ci-autoroll-builder Cr-Commit-Position: refs/branch-heads/7.5@{#5} 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 2c2be321a93..d705a5d2d13 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 2 +#define V8_PATCH_LEVEL 3 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.)