From 018ca548b883791facb5e97255a817f3c807e7fa Mon Sep 17 00:00:00 2001 From: V8 Autoroll Date: Thu, 2 May 2019 07:16:14 -0700 Subject: [PATCH] Version 7.5.288.9 TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Change-Id: I6c4f7038e0ed641bcc7e9fb13a603d80319d07e8 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1592718 Reviewed-by: v8-ci-autoroll-builder Cr-Commit-Position: refs/branch-heads/7.5@{#17} 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 3311c21af98..0fd321d7b02 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 8 +#define V8_PATCH_LEVEL 9 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.)