From 88ed2e39f2d351baba8e3190eb8af1f644b79287 Mon Sep 17 00:00:00 2001 From: v8-ci-autoroll-builder Date: Wed, 13 May 2020 06:34:00 -0700 Subject: [PATCH] Version 8.4.371 TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Change-Id: If95c121240c7307fa0f01906e79435a16f4810f9 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2199003 Reviewed-by: v8-ci-autoroll-builder Cr-Commit-Position: refs/heads/8.4.371@{#1} Cr-Branched-From: 35f88bf3cc4a3ad9cfcab558040087de0fa97951-refs/heads/master@{#67773} --- WATCHLISTS | 2 +- include/v8-version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WATCHLISTS b/WATCHLISTS index 4fe266f919c7..54d6bbec1c51 100644 --- a/WATCHLISTS +++ b/WATCHLISTS @@ -117,7 +117,7 @@ ], 'merges': [ # Only enabled on branches created with tools/release/create_release.py - # 'v8-merges@googlegroups.com', + 'v8-merges@googlegroups.com', ], 'wasm': [ 'wasm-v8@google.com', diff --git a/include/v8-version.h b/include/v8-version.h index 0ae05ed4aaeb..cd0da22fe2c0 100644 --- a/include/v8-version.h +++ b/include/v8-version.h @@ -10,11 +10,11 @@ // system so their names cannot be changed without changing the scripts. #define V8_MAJOR_VERSION 8 #define V8_MINOR_VERSION 4 -#define V8_BUILD_NUMBER 0 +#define V8_BUILD_NUMBER 371 #define V8_PATCH_LEVEL 0 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) -#define V8_IS_CANDIDATE_VERSION 1 +#define V8_IS_CANDIDATE_VERSION 0 #endif // V8_INCLUDE_VERSION_H_