From 8a28642518a30b588dda7c417fd820a9f2831fee Mon Sep 17 00:00:00 2001 From: V8 Autoroll Date: Mon, 13 May 2019 05:26:04 -0700 Subject: [PATCH] Version 7.4.288.28 TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Change-Id: I80a9a52419ed84d2085232ef9e4130ea5401052f Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1609654 Reviewed-by: v8-ci-autoroll-builder Cr-Commit-Position: refs/branch-heads/7.4@{#58} Cr-Branched-From: 3e8a733af17a7812eba188dad612be503bd45c57-refs/heads/7.4.288@{#1} Cr-Branched-From: d077f9b5ad92b23fe4366a9bdce319a71cd1a2c5-refs/heads/master@{#60039} --- 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 4093306dc83..a02ab4bb989 100644 --- a/include/v8-version.h +++ b/include/v8-version.h @@ -11,7 +11,7 @@ #define V8_MAJOR_VERSION 7 #define V8_MINOR_VERSION 4 #define V8_BUILD_NUMBER 288 -#define V8_PATCH_LEVEL 27 +#define V8_PATCH_LEVEL 28 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.)