From 31245b69a5900916ed400e1412fc50899d99634a Mon Sep 17 00:00:00 2001 From: V8 Autoroll Date: Wed, 8 May 2019 00:42:18 -0700 Subject: [PATCH] Version 7.4.288.27 TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Change-Id: Ife8f49d0d8bc365a7ff11b794b61f65a288954ee Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1600722 Reviewed-by: v8-ci-autoroll-builder Cr-Commit-Position: refs/branch-heads/7.4@{#56} 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 8d9f9143894..4093306dc83 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 26 +#define V8_PATCH_LEVEL 27 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.)